Searched refs:cap_value_t (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/
H A Dcaps.h39 extern bool lxc_proc_cap_is_set(cap_value_t cap, cap_flag_t flag);
40 extern bool lxc_file_cap_is_set(const char *path, cap_value_t cap, cap_flag_t flag);
56 typedef int cap_value_t; typedef
58 static inline bool lxc_proc_cap_is_set(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) {
H A Dcaps.c81 cap_value_t cap;
212 static bool lxc_cap_is_set(cap_t caps, cap_value_t cap, cap_flag_t flag)
226 bool lxc_file_cap_is_set(const char *path, cap_value_t cap, cap_flag_t flag)
253 bool lxc_proc_cap_is_set(cap_value_t cap, cap_flag_t flag)
H A Dconf.c3288 static int idmaptool_on_path_and_privileged(const char *binary, cap_value_t cap)

Completed in 19 milliseconds