Remove 'network' from Snap plugs (#11606)
This commit is contained in:
parent
e53bd45fda
commit
1d10f34864
|
@ -249,7 +249,7 @@
|
|||
"autoStart": true,
|
||||
"base": "core22",
|
||||
"confinement": "strict",
|
||||
"plugs": ["default", "network", "network-bind", "password-manager-service"],
|
||||
"plugs": ["default", "network-bind", "password-manager-service"],
|
||||
"stagePackages": ["default"]
|
||||
},
|
||||
"protocols": [
|
||||
|
|
Loading…
Reference in New Issue