From 106921df234b90762c481e97ee390dc3428f7a6f Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 8 Mar 2025 14:23:08 +0100 Subject: [PATCH] fix(build): ensure fsp mode set the systemd profile name correctly. --- pkg/prebuild/prepare/fsp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/prebuild/prepare/fsp.go b/pkg/prebuild/prepare/fsp.go index 1d38ca294..c216b53eb 100644 --- a/pkg/prebuild/prepare/fsp.go +++ b/pkg/prebuild/prepare/fsp.go @@ -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