Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
securebits.h
Go to the documentation of this file.
1 #ifndef _LINUX_SECUREBITS_H
2 #define _LINUX_SECUREBITS_H 1
3 
5 
6 #define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
7 #endif /* !_LINUX_SECUREBITS_H */