Home
last modified time | relevance | path

Searched refs:CAP_EXTATTR_LIST (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sys/
Dcapsicum.h265 #define CAP_EXTATTR_LIST CAPRIGHT(1, 0x0000000000004000ULL) macro
/freebsd-12-stable/usr.bin/procstat/
Dprocstat_files.c173 { CAP_EXTATTR_LIST, "el" },
/freebsd-12-stable/sys/kern/
Dvfs_extattr.c696 cap_rights_init(&rights, CAP_EXTATTR_LIST), &fp); in sys_extattr_list_fd()
/freebsd-12-stable/tools/regression/security/cap_test/
Dcap_test_capabilities.c525 TRY(CAP_EXTATTR_LIST); in test_capabilities()