Initial version
This commit is contained in:
21
snap/snapcraft.yaml
Normal file
21
snap/snapcraft.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
name: evilsnap
|
||||
base: core22 # the base snap is the execution environment for this snap
|
||||
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
|
||||
summary: Break confinement
|
||||
description: |
|
||||
Read .bashrc despite strict confinement
|
||||
|
||||
grade: devel # must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict
|
||||
|
||||
parts:
|
||||
my-part:
|
||||
# See 'snapcraft plugins'
|
||||
plugin: dump
|
||||
source: script
|
||||
|
||||
apps:
|
||||
evilsnap:
|
||||
command: evilsnap
|
||||
plugs:
|
||||
- home
|
Reference in New Issue
Block a user