]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - security/selinux/include/objsec.h
CRED: Make execve() take advantage of copy-on-write credentials
[mirror_ubuntu-hirsute-kernel.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 */