Skip to content

Commit

Permalink
audit: add another audit rule
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Jun 4, 2024
1 parent 048198d commit 758468b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/common/optional/audit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
enable = true;
rules = [
"-w /dev/ttyUSB0 -p rwxa"
"-w /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_a61ce607b596ed11b11cc498a7669f5d-if00-port0 -p rwxa"
];
};
auditd.enable = true;
Expand Down

0 comments on commit 758468b

Please sign in to comment.