[LTP] [PATCH 1/2] close_range01: Drop CAP_SYS_ADMIN
Richard Palethorpe
rpalethorpe@suse.com
Mon Feb 15 16:52:26 CET 2021
Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
---
testcases/kernel/syscalls/close_range/close_range01.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testcases/kernel/syscalls/close_range/close_range01.c b/testcases/kernel/syscalls/close_range/close_range01.c
index f4be60bb3..56def2426 100644
--- a/testcases/kernel/syscalls/close_range/close_range01.c
+++ b/testcases/kernel/syscalls/close_range/close_range01.c
@@ -197,6 +197,10 @@ static struct tst_test test = {
.all_filesystems = 1,
.needs_root = 1,
.test = run,
+ .caps = (struct tst_cap []) {
+ TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
+ {}
+ },
.taint_check = TST_TAINT_W | TST_TAINT_D,
.setup = setup,
.tags = (const struct tst_tag[]) {
--
2.30.0
More information about the ltp
mailing list