blob: da1b33b33af7f45f6642a3d21e40b9094265c1b3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_SECUREBITS_H
2#define _LINUX_SECUREBITS_H 1
3
David Howells607ca462012-10-13 10:46:48 +01004#include <uapi/linux/securebits.h>
5
Serge E. Hallyn5975c722009-10-29 11:40:17 -05006#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#endif /* !_LINUX_SECUREBITS_H */