refractor: move default systemd drop in files.
This commit is contained in:
parent
d1c8471b1d
commit
f564347580
11 changed files with 12 additions and 0 deletions
|
|
@ -173,6 +173,11 @@ func SetFlags() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Set systemd unit drop in files to ensure some service start after apparmor
|
||||
func SetDefaultSystemd() error {
|
||||
return copyTo(paths.New("systemd/default/"), Root.Join("systemd"))
|
||||
}
|
||||
|
||||
// Set AppArmor for (experimental) full system policy.
|
||||
// See https://apparmor.pujol.io/development/structure/#full-system-policy
|
||||
func SetFullSystemPolicy() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue