feat(full): disable nnp flag on some services.
This commit is contained in:
parent
f564347580
commit
96ea9d17ae
15 changed files with 37 additions and 0 deletions
|
|
@ -200,6 +200,11 @@ func SetFullSystemPolicy() error {
|
|||
return err
|
||||
}
|
||||
|
||||
// Set systemd unit drop-in files
|
||||
if err := copyTo(paths.New("systemd/full/"), Root.Join("systemd")); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
logging.Success("Configure AppArmor for full system policy")
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue