• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2019 FUJITSU LIMITED. All rights reserved.
4  * Author: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
5  */
6 #ifndef LAPI_SECUREBITS_H__
7 #define LAPI_SECUREBITS_H__
8 
9 # ifdef HAVE_LINUX_SECUREBITS_H
10 #  include <linux/securebits.h>
11 # endif
12 
13 # ifndef SECBIT_NO_CAP_AMBIENT_RAISE
14 #  define SECBIT_NO_CAP_AMBIENT_RAISE  6
15 # endif
16 
17 #endif /* LAPI_SECUREBITS_H__ */
18