]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: added an entry to copy the 77-mm-usb-device-blacklist.rules file into /etc...
authoriceman1001 <iceman@iuse.se>
Mon, 16 May 2016 17:04:04 +0000 (19:04 +0200)
committericeman1001 <iceman@iuse.se>
Mon, 16 May 2016 17:04:04 +0000 (19:04 +0200)
All needs to be executed as root,  so I use sudo.

  pm3:>make udev

Is all that is needed to install it on Linux systems.

Makefile

index bafd816102dc3cd1156edc8a54e4cfb5046a149a..4d55d22b5e5573f4231dc70e0867fe96c5ea2a0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,5 +44,9 @@ newtarbin:
 tarbin: newtarbin client/tarbin armsrc/tarbin bootrom/tarbin
        $(GZIP) proxmark3-$(platform)-bin.tar
 
+udev:
+       sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules
+       sudo udevadm control --reload-rules
 # Dummy target to test for GNU make availability
 _test:
Impressum, Datenschutz