File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ app_protect_state: present
15
15
# Enable enforcing selinux (you may need to open ports on your own)
16
16
app_protect_selinux : false
17
17
18
+ # Enable enforcing mode if true. Permissive if false (audit only, no enforcing) globally (only works with app_protect_selinux: true)
19
+ app_protect_selinux_enforcing : true
20
+
18
21
# The installation of NGINX App Protect includes a base signature set, which may be out of date.
19
22
# This option installs the latest NGINX App Protect signatures.
20
23
app_protect_install_signatures : true
Original file line number Diff line number Diff line change 8
8
selinux :
9
9
state : permissive
10
10
policy : targeted
11
- when : app_protect_selinux
12
11
changed_when : false
13
12
14
13
- name : " (Install: SELinux: Booleans) Allow HTTP network connection"
126
125
selinux :
127
126
state : enforcing
128
127
policy : targeted
129
- changed_when : false
128
+ changed_when : false
129
+ when : app_protect_selinux_enforcing
You can’t perform that action at this time.
0 commit comments