Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcapability.h74 #define cap_lower(c, flag) ((c).val &= ~BIT_ULL(flag)) macro
/linux/security/
H A Dcommoncap.c1282 cap_lower(new->cap_bset, cap); in cap_prctl_drop()
1433 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
/linux/fs/overlayfs/
H A Dsuper.c1516 cap_lower(creator_cred->cap_effective, CAP_SYS_RESOURCE); in ovl_fill_super_creds()