Home
last modified time | relevance | path

Searched defs:inode_security_struct (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/security/selinux/include/
Dobjsec.h39 struct inode_security_struct { struct
41 struct list_head list; /* list of inode_security_struct */ argument
42 u32 task_sid; /* SID of creating task */
43 u32 sid; /* SID of this object */
44 u16 sclass; /* security class of this object */
45 unsigned char initialized; /* initialization flag */
46 struct mutex lock;