Implement review suggestion
This commit is contained in:
@@ -65,7 +65,9 @@ func (p *Process) GetProfile(ctx context.Context) (changed bool, err error) {
|
|||||||
case "linux":
|
case "linux":
|
||||||
switch p.Path {
|
switch p.Path {
|
||||||
case "/lib/systemd/systemd-resolved",
|
case "/lib/systemd/systemd-resolved",
|
||||||
"/usr/lib/systemd/systemd-resolved":
|
"/usr/lib/systemd/systemd-resolved",
|
||||||
|
"/lib64/systemd/systemd-resolved",
|
||||||
|
"/usr/lib64/systemd/systemd-resolved":
|
||||||
profileID = profile.SystemResolverProfileID
|
profileID = profile.SystemResolverProfileID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user