Home
last modified time | relevance | path

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

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