2005-04-17 06:20:36 +08:00
|
|
|
#ifndef _LINUX_SECUREBITS_H
|
|
|
|
#define _LINUX_SECUREBITS_H 1
|
|
|
|
|
2012-10-13 17:46:48 +08:00
|
|
|
#include <uapi/linux/securebits.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2012-10-13 17:46:48 +08:00
|
|
|
#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif /* !_LINUX_SECUREBITS_H */
|