Remove the unused template file for selinux

... because this template file has never used actually.

Change-Id: I26a8b6cb6e07dc3cf0acfe222af90b954c8e4c60
This commit is contained in:
Takashi Kajinami 2021-01-03 11:44:20 +09:00
parent 197c12e6aa
commit 0a4a2dc034
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=<%= @mode %>
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted