repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
include
/
linux
/
securebits.h
blob
656528673983d7aee022b049dbfa2fa105113ab4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _LINUX_SECUREBITS_H
3
#define _LINUX_SECUREBITS_H 1
4
5
#include <uapi/linux/securebits.h>
6
7
#define issecure(X) (issecure_mask(X) & current_cred_xxx(securebits))
8
#endif
/* !_LINUX_SECUREBITS_H */