You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
527 B
18 lines
527 B
7 years ago
|
[Unit]
|
||
|
Description=Migrate local SELinux policy changes from the old store structure to the new structure
|
||
|
DefaultDependencies=no
|
||
|
Requires=local-fs.target
|
||
|
Conflicts=shutdown.target
|
||
|
After=local-fs.target
|
||
|
Before=sysinit.target shutdown.target
|
||
|
ConditionSecurity=selinux
|
||
|
ConditionPathExists=/etc/selinux/%I/modules
|
||
|
ConditionPathExists=!/etc/selinux/%I/modules/active/README.migrated
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/libexec/selinux/selinux-policy-migrate-local-changes.sh %I
|
||
|
Type=oneshot
|
||
|
TimeoutSec=0
|
||
|
RemainAfterExit=yes
|
||
|
StandardInput=tty
|