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

/linux-master/security/integrity/ima/
H A Dima_iint.c105 inode->i_flags |= S_IMA;
/linux-master/include/linux/
H A Dfs.h2206 #define S_IMA (1 << 10) /* Inode has an associated IMA struct */ macro
2258 #define IS_IMA(inode) ((inode)->i_flags & S_IMA)

Completed in 185 milliseconds