Home
last modified time | relevance | path

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

/include/linux/
A Dcapability.h30 kernel_cap_t permitted;
31 kernel_cap_t inheritable;
77 static inline kernel_cap_t cap_combine(const kernel_cap_t a, in cap_combine()
83 static inline kernel_cap_t cap_intersect(const kernel_cap_t a, in cap_intersect()
89 static inline kernel_cap_t cap_drop(const kernel_cap_t a, in cap_drop()
100 static inline bool cap_isidentical(const kernel_cap_t a, const kernel_cap_t b) in cap_isidentical()
112 static inline bool cap_issubset(const kernel_cap_t a, const kernel_cap_t set) in cap_issubset()
119 static inline kernel_cap_t cap_drop_fs_set(const kernel_cap_t a) in cap_drop_fs_set()
124 static inline kernel_cap_t cap_raise_fs_set(const kernel_cap_t a, in cap_raise_fs_set()
130 static inline kernel_cap_t cap_drop_nfsd_set(const kernel_cap_t a) in cap_drop_nfsd_set()
[all …]
A Dcred.h122 kernel_cap_t cap_inheritable; /* caps our children can inherit */
123 kernel_cap_t cap_permitted; /* caps we're permitted */
124 kernel_cap_t cap_effective; /* caps we can actually use */
125 kernel_cap_t cap_bset; /* capability bounding set */
126 kernel_cap_t cap_ambient; /* Ambient capability set */
A Dsecurity.h180 kernel_cap_t *inheritable, kernel_cap_t *permitted);
182 const kernel_cap_t *effective,
184 const kernel_cap_t *permitted);
342 kernel_cap_t *effective,
343 kernel_cap_t *inheritable,
344 kernel_cap_t *permitted);
346 const kernel_cap_t *effective,
348 const kernel_cap_t *permitted);
673 kernel_cap_t *effective, in security_capget()
674 kernel_cap_t *inheritable, in security_capget()
[all …]
A Dlsm_hook_defs.h39 LSM_HOOK(int, 0, capget, const struct task_struct *target, kernel_cap_t *effective,
40 kernel_cap_t *inheritable, kernel_cap_t *permitted)
42 const kernel_cap_t *effective, const kernel_cap_t *inheritable,
43 const kernel_cap_t *permitted)

Completed in 14 milliseconds