Home
last modified time | relevance | path

Searched refs:cap_lower (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcapability.h99 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) macro
/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c1176 cap_lower(new->cap_bset, cap); in cap_prctl_drop()
1307 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c2044 cap_lower(cred->cap_effective, CAP_SYS_RESOURCE); in ovl_fill_super()