CRED: Make execve() take advantage of copy-on-write credentials
[deliverable/linux.git] / security / selinux / include / objsec.h
index f8be8d7fa26d7962f020e612254653d849f5b226..3cc45168f674fbe6c98c89f9597398af6778a95a 100644 (file)
@@ -77,17 +77,6 @@ struct ipc_security_struct {
        u32 sid;        /* SID of IPC resource */
 };
 
-struct bprm_security_struct {
-       u32 sid;                /* SID for transformed process */
-       unsigned char set;
-
-       /*
-        * unsafe is used to share failure information from bprm_apply_creds()
-        * to bprm_post_apply_creds().
-        */
-       char unsafe;
-};
-
 struct netif_security_struct {
        int ifindex;                    /* device index */
        u32 sid;                        /* SID for this interface */
This page took 0.03743 seconds and 5 git commands to generate.