diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2016-08-22 18:38:18 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-09-01 14:30:46 -0400 |
commit | d3c54a1a5a131e3d14f10451f05f6fb4080222a4 (patch) | |
tree | 256fe22e6c7ce8aa94dfa9db8f86a7e2c51efd0f | |
parent | 9b0f0063193009c6ee25539e3d32610153eaa65e (diff) | |
download | meta-selinux-d3c54a1a5a131e3d14f10451f05f6fb4080222a4.tar.gz |
refpolicy_common.inc: add refpolicy minimum banner at selinux config.
Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index e1eac50..a9dc466 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
@@ -158,6 +158,7 @@ install_config () { | |||
158 | # disabled - No SELinux policy is loaded. | 158 | # disabled - No SELinux policy is loaded. |
159 | SELINUX=${DEFAULT_ENFORCING} | 159 | SELINUX=${DEFAULT_ENFORCING} |
160 | # SELINUXTYPE= can take one of these values: | 160 | # SELINUXTYPE= can take one of these values: |
161 | # minimum - Minimum Security protection. | ||
161 | # standard - Standard Security protection. | 162 | # standard - Standard Security protection. |
162 | # mls - Multi Level Security protection. | 163 | # mls - Multi Level Security protection. |
163 | # targeted - Targeted processes are protected. | 164 | # targeted - Targeted processes are protected. |