Release 4.12 include/linux/securebits.h
#ifndef _LINUX_SECUREBITS_H
#define _LINUX_SECUREBITS_H 1
#include <uapi/linux/securebits.h>
#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
#endif /* !_LINUX_SECUREBITS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Serge E. Hallyn | 9 | 45.00% | 1 | 33.33% |
Linus Torvalds (pre-git) | 8 | 40.00% | 1 | 33.33% |
David Howells | 3 | 15.00% | 1 | 33.33% |
Total | 20 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.