]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libusb-compat
suricata: Fix ownership and file permissions of files inside /var/lib/suricata.
[ipfire-2.x.git] / lfs / libusb-compat
index dcb76aa021d59a84b90c5490fbf529f81ef15678..c6b4fa9cd48d73b885996095be3065c32835a80f 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -76,7 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install
 
-       echo "# Set group ownership for raw USB devices" > /etc/udev/rules.d/23-usb.rules
-       echo "SUBSYSTEM==\"usb_device\", GROUP=\"usb\"" >> /etc/udev/rules.d/23-usb.rules
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)