c38b24eb7c
After the automated creation of the c8s branch, not all files tracked previously in dist-git were added to the repository. This commit adds all required files and also makes necessary changes. Related: rhbz#2093355
18 lines
461 B
Desktop File
18 lines
461 B
Desktop File
[Unit]
|
|
Description=Reset SELinux policy to factory default
|
|
DefaultDependencies=no
|
|
Requires=local-fs.target
|
|
Conflicts=shutdown.target
|
|
After=local-fs.target
|
|
Before=sysinit.target shutdown.target
|
|
ConditionSecurity=selinux
|
|
ConditionKernelCommandLine=|selinux-factory-reset
|
|
ConditionPathExists=|!/var/lib/selinux/%I/active/policy.kern
|
|
|
|
[Service]
|
|
ExecStart=/usr/libexec/selinux/selinux-factory-reset %I
|
|
Type=oneshot
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|
|
StandardInput=tty
|