summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/securebits.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/tests/include/lapi/securebits.h')
-rw-r--r--kernel/tests/include/lapi/securebits.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/kernel/tests/include/lapi/securebits.h b/kernel/tests/include/lapi/securebits.h
deleted file mode 100644
index 2da137c..0000000
--- a/kernel/tests/include/lapi/securebits.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// 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 */