Skip to content

Commit

Permalink
Add test module for SELinux interfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Quarantel-Colombani <[email protected]>
  • Loading branch information
hubertqc committed Sep 14, 2023
1 parent a51aa30 commit 4267e43
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions se_module/test.te
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
policy_module(test, 0.0.1)

type springboot_test1_t;
type springboot_test2_t;
type springboot_test3_t;
type springboot_test4_t;
type springboot_test5_t;

springboot_monitor(springboot_test1)
springboot_deployer(springboot_test2)
springboot_systemd_deployer(springboot_test3)
springboot_systemd_unit_instance_deployer(springboot_test4)
springboot_auth_deployer(springboot_test5)

springboot_allow_connectto(http)
springboot_allow_consumed_service(ldap)

0 comments on commit 4267e43

Please sign in to comment.