Skip to content

Commit 30977b7

Browse files
committed
feat: remove fsguard
1 parent bc1a524 commit 30977b7

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/vib-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- uses: vanilla-os/vib-gh-action@v1.1.0
5252
with:
5353
recipe: 'recipe.yml'
54-
plugins: 'Vanilla-OS/vib-fsguard:v1.6.1'
5554

5655
- uses: actions/upload-artifact@v4
5756
with:

recipe.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,3 @@ stages:
4545
- apt autoremove -y
4646
- apt clean
4747
- lpkg --lock
48-
49-
- name: fsguard
50-
type: fsguard
51-
FsGuardLocation: "/usr/sbin/FsGuard"
52-
CustomFsGuard: false
53-
GenerateKey: true
54-
FilelistPaths: ["/usr/bin"]
55-
modules:
56-
- name: remove-prev-fsguard
57-
type: shell
58-
commands:
59-
- rm -rf /FsGuard
60-
- rm -f ./minisign.pub ./minisign.key
61-
- chmod +x /usr/sbin/init

0 commit comments

Comments
 (0)