]> Pileus Git - ~andy/linux/blobdiff - security/commoncap.c
fcaps: clear the same personality flags as suid when fcaps are used
[~andy/linux] / security / commoncap.c
index 0cf4b53480a778ffeacd46149aa785c63db81c07..0ecf4ba321cbeaa812dadc6524e138bc40b866b3 100644 (file)
@@ -505,6 +505,11 @@ int cap_bprm_set_creds(struct linux_binprm *bprm)
        }
 skip:
 
+       /* if we have fs caps, clear dangerous personality flags */
+       if (!cap_issubset(new->cap_permitted, old->cap_permitted))
+               bprm->per_clear |= PER_CLEAR_ON_SETID;
+
+
        /* Don't let someone trace a set[ug]id/setpcap binary with the revised
         * credentials unless they have the appropriate permit
         */