Release 4.7 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 hallyn | serge hallyn | 9 | 45.00% | 1 | 33.33% |
pre-git | pre-git | 8 | 40.00% | 1 | 33.33% |
david howells | 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.