Home
last modified time | relevance | path

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

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