Compare commits
No commits in common. 'c9' and 'i8c' have entirely different histories.
@ -1,2 +1,3 @@
|
|||||||
SOURCES/container-selinux.tgz
|
SOURCES/container-selinux.tgz
|
||||||
SOURCES/selinux-policy-0113b35.tar.gz
|
SOURCES/selinux-policy-contrib-aadacd8.tar.gz
|
||||||
|
SOURCES/selinux-policy-fa87f85.tar.gz
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
484f3f9e443621ccd65c42d11229424a36bf58b9 SOURCES/container-selinux.tgz
|
34a078fbec0190b407d64c1664aaa0887204ba2e SOURCES/container-selinux.tgz
|
||||||
430470dababaa6af18348fc2f8f0fe2108b50e05 SOURCES/selinux-policy-0113b35.tar.gz
|
470eeffd45f8dd003edb6ddbff4104e573b6c08d SOURCES/selinux-policy-contrib-aadacd8.tar.gz
|
||||||
|
91c17cd38073aba5562898449fe3b4f2bbffac8e SOURCES/selinux-policy-fa87f85.tar.gz
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Check that SELinux is not disabled the unsafe way
|
|
||||||
ConditionKernelCommandLine=!selinux=0
|
|
||||||
After=sysinit.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
EnvironmentFile=/etc/selinux/config
|
|
||||||
ExecCondition=test "$SELINUX" = disabled
|
|
||||||
ExecStart=/usr/bin/echo 'SELINUX=disabled in /etc/selinux/config, but no selinux=0 on kernel command line - SELinux may not be fully disabled. Please update bootloader configuration to pass selinux=0 to kernel at boot.'
|
|
||||||
StandardOutput=journal+console
|
|
||||||
SyslogLevel=warning
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue