Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sandbox/
Dseunshare.c60 static capng_select_t cap_set = CAPNG_SELECT_CAPS; variable
67 if (capng_have_capabilities(cap_set) == CAPNG_NONE) in drop_caps()
69 capng_clear(cap_set); in drop_caps()
70 if (capng_lock() == -1 || capng_apply(cap_set) == -1) { in drop_caps()
686 cap_set = CAPNG_SELECT_CAPS; in main()