Skip to content

Commit

Permalink
Add package header with usbguard value
Browse files Browse the repository at this point in the history
For the configure_usbguard_auditbackend
rule test

Signed-off-by: Armando Acosta <[email protected]>
  • Loading branch information
mrkanon committed Jun 25, 2024
1 parent 3d226e1 commit 3649a53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = usbguard

mkdir -p /etc/usbguard
cat << EOF > /etc/usbguard/usbguard-daemon.conf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = usbguard

mkdir -p /etc/usbguard
cat << EOF > /etc/usbguard/usbguard-daemon.conf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = usbguard

mkdir -p /etc/usbguard
cat << EOF > /etc/usbguard/usbguard-daemon.conf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = usbguard

mkdir -p /etc/usbguard
cat << EOF > /etc/usbguard/usbguard-daemon.conf
Expand Down

0 comments on commit 3649a53

Please sign in to comment.