Home
last modified time | relevance | path

Searched refs:CAP_EXTATTR_SET (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/sys/
HDcapsicum.h255 #define CAP_EXTATTR_SET CAPRIGHT(1, 0x0000000000008000ULL) macro
/trueos/usr.bin/procstat/
HDprocstat_files.c174 { CAP_EXTATTR_SET, "es" },
/trueos/sys/fs/fdescfs/
HDfdesc_vnops.c486 cap_rights_init(&rights, CAP_EXTATTR_SET), &fp);
/trueos/sys/kern/
HDvfs_extattr.c230 cap_rights_init(&rights, CAP_EXTATTR_SET), &fp);
/trueos/tools/regression/security/cap_test/
HDcap_test_capabilities.c526 TRY(CAP_EXTATTR_SET); in test_capabilities()