Skip to content
Snippets Groups Projects
Commit d3b1c448 authored by Opt Out's avatar Opt Out
Browse files

Fixed underlying issue exiting install with USBGuard listening policy

Former-commit-id: 6da01270
Former-commit-id: 956f1602
Former-commit-id: edcf85ff
parent 0413a7da
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ enable_doas() {
}
usbguard_config() {
chroot /mnt sh -c "usbguard add-user admin --devices ALL --policy list,listen --exceptions ALL"
chroot /mnt sh -c "usbguard add-user admin --devices ALL --policy list --exceptions ALL"
chroot /mnt sh -c "usbguard generate-policy > /etc/usbguard/rules.conf"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment