1
0

Initial version

This commit is contained in:
2024-02-20 11:21:40 +00:00
commit 72b2c911a3
4 changed files with 70 additions and 0 deletions

21
snap/snapcraft.yaml Normal file
View 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