Skip to content

Commit 37c24cf

Browse files
committed
removed comments
1 parent 684c4eb commit 37c24cf

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tasks/prerequisites/setup-selinux.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -98,25 +98,6 @@
9898
- name: "(Install: SELinux: Custom) Apply local policy"
9999
command: semodule -i /tmp/local.pp
100100

101-
# - name: "(Install: SELinux: Custom) Copy custom policy"
102-
# copy:
103-
# src: "{{ role_path }}/files/my-appprotect.te"
104-
# dest: /tmp/my-appprotect.te
105-
106-
# - name: "(Install: SELinux: Custom) Convert custom policy"
107-
# command: checkmodule -M -m -o /tmp/my-appprotect.mod /tmp/my-appprotect.te
108-
109-
# - name: "(Install: SELinux: Custom) Compile custom policy"
110-
# command: semodule_package -o /tmp/my-appprotect.pp -m /tmp/my-appprotect.mod
111-
112-
# - name: "(Install: SELinux: Custom) Apply custom policy"
113-
# command: semodule -i /tmp/my-appprotect.pp
114-
115-
# - name: "(Install: SELinux: Custom) Remove temporary files"
116-
# file:
117-
# path: /tmp/my-appprotect.*
118-
# state: absent
119-
120101
- name: "(Install: SELinux) Enforce SELinux"
121102
selinux:
122103
state: enforcing

0 commit comments

Comments
 (0)