Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcapability.h74 #define cap_lower(c, flag) ((c).val &= ~BIT_ULL(flag)) macro
/linux-6.15/security/
H A Dcommoncap.c1276 cap_lower(new->cap_bset, cap); in cap_prctl_drop()
1427 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
/linux-6.15/fs/overlayfs/
H A Dsuper.c1472 cap_lower(cred->cap_effective, CAP_SYS_RESOURCE); in ovl_fill_super()