diff options
author | Michael Edie <michael@sawbox.net> | 2019-06-22 20:53:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-22 20:53:13 +0700 |
commit | 96cadfe7d17ab90f83cf3d8b24dd6602a120254d (patch) | |
tree | ac1bc5dcc16008b010c1a103dc0cfdead31685e2 /system/usbguard/config/usbguard.logrotate | |
parent | ef3c179517626bc74865500083746d43666ad791 (diff) |
system/usbguard: Added (protection against rogue USB devices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/usbguard/config/usbguard.logrotate')
-rw-r--r-- | system/usbguard/config/usbguard.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/usbguard/config/usbguard.logrotate b/system/usbguard/config/usbguard.logrotate new file mode 100644 index 0000000000000..1ed4e106fe9ce --- /dev/null +++ b/system/usbguard/config/usbguard.logrotate @@ -0,0 +1,10 @@ +/var/log/usbguard/usbguard-audit.log { + daily + rotate 7 + copytruncate + delaycompress + compress + notifempty + missingok +} + |