fix(build): ensure fsp mode set the systemd profile name correctly.
This commit is contained in:
parent
9e1cc72cc4
commit
106921df23
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ func (p FullSystemPolicy) Apply() ([]string, error) {
|
|||
}
|
||||
|
||||
// Set systemd profile name
|
||||
path := prebuild.RootApparmord.Join("tunables/multiarch.d/system")
|
||||
path := prebuild.RootApparmord.Join("tunables/multiarch.d/profiles")
|
||||
out, err := path.ReadFileAsString()
|
||||
if err != nil {
|
||||
return res, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue