Home
last modified time | relevance | path

Searched refs:cap_raise (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/overlayfs/
Ddir.c420 cap_raise(override_cred->cap_effective, CAP_SYS_ADMIN); in ovl_create_or_link()
421 cap_raise(override_cred->cap_effective, CAP_DAC_OVERRIDE); in ovl_create_or_link()
422 cap_raise(override_cred->cap_effective, CAP_FOWNER); in ovl_create_or_link()
675 cap_raise(override_cred->cap_effective, CAP_SYS_ADMIN); in ovl_do_remove()
676 cap_raise(override_cred->cap_effective, CAP_DAC_OVERRIDE); in ovl_do_remove()
677 cap_raise(override_cred->cap_effective, CAP_FOWNER); in ovl_do_remove()
678 cap_raise(override_cred->cap_effective, CAP_FSETID); in ovl_do_remove()
679 cap_raise(override_cred->cap_effective, CAP_CHOWN); in ovl_do_remove()
806 cap_raise(override_cred->cap_effective, CAP_SYS_ADMIN); in ovl_rename2()
807 cap_raise(override_cred->cap_effective, CAP_DAC_OVERRIDE); in ovl_rename2()
[all …]
Dcopy_up.c344 cap_raise(override_cred->cap_effective, CAP_SYS_ADMIN); in ovl_copy_up_one()
345 cap_raise(override_cred->cap_effective, CAP_DAC_OVERRIDE); in ovl_copy_up_one()
346 cap_raise(override_cred->cap_effective, CAP_FOWNER); in ovl_copy_up_one()
347 cap_raise(override_cred->cap_effective, CAP_FSETID); in ovl_copy_up_one()
348 cap_raise(override_cred->cap_effective, CAP_CHOWN); in ovl_copy_up_one()
349 cap_raise(override_cred->cap_effective, CAP_MKNOD); in ovl_copy_up_one()
Dreaddir.c217 cap_raise(override_cred->cap_effective, CAP_DAC_OVERRIDE); in ovl_check_whiteouts()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-curproc.c64 cap_raise(cred->cap_effective, cap); in cfs_cap_raise()
/linux-4.1.27/security/apparmor/
Dcapability.c103 cap_raise(ent->caps, cap); in audit_caps()
/linux-4.1.27/include/linux/
Dcapability.h97 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag)) macro