Home
last modified time | relevance | path

Searched refs:AA_MAY_LOCK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dperms.h34 #define AA_MAY_LOCK 0x8000 /* LINK_SUBSET overlaid */ macro
49 #define AA_LINK_SUBSET AA_MAY_LOCK /* overlaid */
53 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \
H A Dnet.h44 AA_MAY_CHOWN | AA_MAY_CHGRP | AA_MAY_LOCK | \
H A Dfile.h29 AA_MAY_CHMOD | AA_MAY_CHOWN | AA_MAY_LOCK | \
/openbmc/linux/security/apparmor/
H A Dpolicy_compat.c93 new |= AA_MAY_LOCK | AA_LINK_SUBSET; in map_old_perms()
232 perms.allow |= AA_MAY_LOCK; in compute_perms_entry()
H A Dlsm.c541 u32 mask = AA_MAY_LOCK; in apparmor_file_lock()