diff mbox series

[testsuite,02/24] test_global.te: remove unused role require

Message ID 20220729120229.207584-3-omosnace@redhat.com (mailing list archive)
State Superseded
Delegated to: Ondrej Mosnáček
Headers show
Series Clean up testsuite policy and support running as sysadm_t | expand

Commit Message

Ondrej Mosnacek July 29, 2022, 12:02 p.m. UTC
The staff_r role is not used and can be dropped.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
 policy/test_global.te | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/policy/test_global.te b/policy/test_global.te
index d19b4be..dae20d6 100644
--- a/policy/test_global.te
+++ b/policy/test_global.te
@@ -9,7 +9,6 @@  policy_module(test_policy,1.0.0)
 attribute testdomain;
 
 gen_require(`
-	role staff_r;
 	role system_r;
 	role sysadm_r;
 ')