build: better way to handle debian hide file.

only needed as whonix needs special addition.
This commit is contained in:
Alexandre Pujol 2024-06-04 19:55:53 +01:00
parent 13d3b23a04
commit 41c0e57eca
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 28 additions and 4 deletions

View file

@ -33,6 +33,8 @@ var (
// counterpart
Overwrite Overwriter = false
// DebianHide is the path to the debian/apparmor.d.hide file
DebianHide = DebianHider{path: DebianDir.Join("apparmor.d.hide")}
Ignore = Ignorer{}
Flags = Flagger{}