Skip to content

Commit

Permalink
fix: use old genpath file
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jun 19, 2024
1 parent feb6efa commit 72b0934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ type FsGuardModule struct {
var FSGUARD_URL string = "https://github.com/linux-immutability-tools/FsGuard/releases/download/v0.1.2-2/FsGuard_0.1.2-2_linux_amd64.tar.gz"
var FSGUARD_CHECKSUM string = "b4aa058e4c4828ac57335e8cabd6b3baeff660ff524aa71069c3f56fd0445335"

var GENFILELIST_URL string = "https://raw.githubusercontent.com/Vanilla-OS/vib-fsguard/3323f7c3c3f8459a64b97ad408d805edc5520c8d/genfilelist.py"
var GENFILELIST_CHECKSUM string = "22658b7246d7a38c71d0c0fa64fd073ea7867da08344365242873f003abff8c5"
var GENFILELIST_URL string = "https://github.com/Vanilla-OS/vib-fsguard/blob/f3d19905f48cdea901cdef0bb6336fb3c4a85520/genfilelist.py"
var GENFILELIST_CHECKSUM string = "84877492262c50e469780c60a672263e1cb3f8f70c956ae36c3e678a1d22a954"

var prepCommands []string
var mainCommands []string
Expand Down

0 comments on commit 72b0934

Please sign in to comment.