Home
last modified time | relevance | path

Searched refs:S_IMA (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/security/integrity/
Diint.c127 inode->i_flags |= S_IMA; in integrity_inode_get()
/Linux-v6.6/include/linux/
Dfs.h2043 #define S_IMA (1 << 10) /* Inode has an associated IMA struct */ macro
2090 #define IS_IMA(inode) ((inode)->i_flags & S_IMA)