Home
last modified time | relevance | path

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

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