Skip to content

Commit

Permalink
feat: add fsguard module
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 7, 2024
1 parent 2ca49af commit 16a7e01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/[email protected]
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.0-3'

- name: Build the Docker image
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/desktop:main .
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/[email protected]
- uses: vanilla-os/[email protected]
with:
recipe: 'recipe.yml'
plugins: 'Vanilla-OS/vib-fsguard:v1.0-3'

- name: Build the Docker image
run: docker image build -f Containerfile --tag vanillaos/desktop .
Expand Down
7 changes: 7 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ modules:
- apt upgrade -y
- apt clean
- apt-mark hold snapd gnome-software-plugin-snap
- apt install minisign

- name: vanilla-tools
type: shell
Expand Down Expand Up @@ -79,3 +80,9 @@ modules:
- apt autoremove -y
- apt clean
- lpkg --lock

- name: fsguard
type: fsguard
FsGuardLocation: "/usr/sbin/init"
GenerateKey: true
FilelistPaths: ["/usr/bin"]

0 comments on commit 16a7e01

Please sign in to comment.