projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'v4.4.72' into linux-linaro-lsk-v4.4
[firefly-linux-kernel-4.4.55.git]
/
include
/
linux
/
securebits.h
1
#ifndef _LINUX_SECUREBITS_H
2
#define _LINUX_SECUREBITS_H 1
3
4
#include <uapi/linux/securebits.h>
5
6
#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
7
#endif /* !_LINUX_SECUREBITS_H */