summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/securebits.h
blob: 2da137c3a6e928cc30c39e57dc4daa07e36d6947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2019 FUJITSU LIMITED. All rights reserved.
 * Author: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
 */
#ifndef LAPI_SECUREBITS_H
#define LAPI_SECUREBITS_H

# ifdef HAVE_LINUX_SECUREBITS_H
#  include <linux/securebits.h>
# endif

# ifndef SECBIT_NO_CAP_AMBIENT_RAISE
#  define SECBIT_NO_CAP_AMBIENT_RAISE  6
# endif

#endif /* LAPI_SECUREBITS_H */