File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 98
98
- name : " (Install: SELinux: Custom) Apply local policy"
99
99
command : semodule -i /tmp/local.pp
100
100
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
-
120
101
- name : " (Install: SELinux) Enforce SELinux"
121
102
selinux :
122
103
state : enforcing
You can’t perform that action at this time.
0 commit comments