Skip to content

Commit 93af210

Browse files
committed
In StackHPC cloud tests we're checking the host's SELinux state matches the targeted state but we can't access what was defined upstream so we redefine 'selinux_state' in our group_vars - this must follow any upstream change.
1 parent 829f6bc commit 93af210

File tree

1 file changed

+5
-0
lines changed
  • etc/kayobe/inventory/group_vars/all

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# Target SELinux state
3+
# NOTE(MaxN) In StackHPC cloud tests we're checking the host's SELinux state matches the targeted state
4+
# but we can't access what was defined upstream so we redefine here - this must follow any upstream change.
5+
selinux_state: permissive

0 commit comments

Comments
 (0)