Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at 64104f703212ff50e855bb2e2fa80d71db62c521 7 lines 200 B view raw
1#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 */