SELinux: Improve read/write performance
[deliverable/linux.git] / security / selinux / include / objsec.h
index 91b88f0ba20c42b0ccf22cf06bd4abfac32e77c0..642a9fd319adea8dccd3ad84d9228f7e71274c4e 100644 (file)
@@ -53,6 +53,8 @@ struct file_security_struct {
        struct file *file;              /* back pointer to file object */
        u32 sid;              /* SID of open file description */
        u32 fown_sid;         /* SID of file owner (for SIGIO) */
+       u32 isid;             /* SID of inode at the time of file open */
+       u32 pseqno;           /* Policy seqno at the time of file open */
 };
 
 struct superblock_security_struct {
This page took 0.024437 seconds and 5 git commands to generate.