blob: da1b33b33af7f45f6642a3d21e40b9094265c1b3 [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#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 */