Browse Source

Strict confinement

Confinement should have been strict.
pull/824/head
Martin Wimpress 8 years ago committed by GitHub
parent
commit
b93a8a53aa
  1. 2
      package.json

2
package.json

@ -78,7 +78,7 @@
]
},
"snap": {
"confinement": "classic",
"confinement": "strict",
"grade": "stable"
},
"directories": {

Loading…
Cancel
Save