From 96cadfe7d17ab90f83cf3d8b24dd6602a120254d Mon Sep 17 00:00:00 2001 From: Michael Edie Date: Sat, 22 Jun 2019 20:53:13 +0700 Subject: system/usbguard: Added (protection against rogue USB devices). Signed-off-by: Willy Sudiarto Raharjo --- system/usbguard/config/usbguard.logrotate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/usbguard/config/usbguard.logrotate (limited to 'system/usbguard/config/usbguard.logrotate') diff --git a/system/usbguard/config/usbguard.logrotate b/system/usbguard/config/usbguard.logrotate new file mode 100644 index 0000000000..1ed4e106fe --- /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 +} + -- cgit v1.2.3