nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / securebits.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_SECUREBITS_H
2#define _LINUX_SECUREBITS_H 1
3
607ca46e 4#include <uapi/linux/securebits.h>
1da177e4 5
607ca46e 6#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
1da177e4 7#endif /* !_LINUX_SECUREBITS_H */