mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Implement review suggestion
This commit is contained in:
parent
04d633a196
commit
d8882042d1
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ func (p *Process) GetProfile(ctx context.Context) (changed bool, err error) {
|
|||
case "linux":
|
||||
switch p.Path {
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue