Searched refs:lxc_file_cap_is_set (Results 1 - 3 of 3) sorted by relevance
/lxc/src/lxc/ |
H A D | caps.h | 40 extern bool lxc_file_cap_is_set(const char *path, cap_value_t cap, cap_flag_t flag); 62 static inline bool lxc_file_cap_is_set(const char *path, cap_value_t cap, cap_flag_t flag) { function
|
H A D | caps.c | 226 bool lxc_file_cap_is_set(const char *path, cap_value_t cap, cap_flag_t flag) function
|
H A D | conf.c | 3315 lxc_file_cap_is_set(path, CAP_SETUID, CAP_EFFECTIVE) && 3316 lxc_file_cap_is_set(path, CAP_SETUID, CAP_PERMITTED)) { 3325 lxc_file_cap_is_set(path, CAP_SETGID, CAP_EFFECTIVE) && 3326 lxc_file_cap_is_set(path, CAP_SETGID, CAP_PERMITTED)) {
|
Completed in 15 milliseconds