Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcapability.h99 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) macro
/linux-5.19.10/security/
Dcommoncap.c1252 cap_lower(new->cap_bset, cap); in cap_prctl_drop()
1386 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
/linux-5.19.10/fs/overlayfs/
Dsuper.c2149 cap_lower(cred->cap_effective, CAP_SYS_RESOURCE); in ovl_fill_super()