Searched refs:cap_ambient (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/
H A Dcommoncap.c278 new->cap_ambient = cap_intersect(new->cap_ambient,
935 cap_clear(new->cap_ambient);
941 new->cap_permitted = cap_combine(new->cap_permitted, new->cap_ambient);
950 new->cap_effective = new->cap_ambient;
1105 cap_clear(new->cap_ambient);
1355 cap_clear(new->cap_ambient);
1363 return !!cap_raised(current_cred()->cap_ambient, arg3);
1379 cap_raise(new->cap_ambient, arg3);
1381 cap_lower(new->cap_ambient, arg
[all...]
/linux-master/include/linux/
H A Dcred.h126 kernel_cap_t cap_ambient; /* Ambient capability set */ member in struct:cred
170 return cap_issubset(cred->cap_ambient,
/linux-master/fs/proc/
H A Darray.c315 cap_bset, cap_ambient; local
323 cap_ambient = cred->cap_ambient;
330 render_cap_t(m, "CapAmb:\t", &cap_ambient);
/linux-master/security/keys/
H A Dprocess_keys.c945 new->cap_ambient = old->cap_ambient;
/linux-master/kernel/
H A Dauditsc.c2825 ax->old_pcap.ambient = old->cap_ambient;
2830 ax->new_pcap.ambient = new->cap_ambient;
2850 context->capset.cap.ambient = new->cap_ambient;
H A Duser_namespace.c52 cred->cap_ambient = CAP_EMPTY_SET;

Completed in 154 milliseconds