aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJiri Kastner <cz172638@gmail.com>2015-06-05 15:45:49 +0200
committerPaul Fertser <fercerpav@gmail.com>2016-12-25 09:19:17 +0000
commita5cff3acd37770b2e0f54857c63eee5a1f85fea0 (patch)
tree4a6a24cd46d74ec341c4dd31d8b5722d7a9af8d7 /README
parent0dc707a6d6c4d65375dbc522d73ef1c00e36b447 (diff)
downloadriscv-openocd-a5cff3acd37770b2e0f54857c63eee5a1f85fea0.zip
riscv-openocd-a5cff3acd37770b2e0f54857c63eee5a1f85fea0.tar.gz
riscv-openocd-a5cff3acd37770b2e0f54857c63eee5a1f85fea0.tar.bz2
contrib: udev: modify rules for users physically in front of machine (TAG+="uaccess")
Modern desktop systems with systemd recommend this way to give users access to devices. We change permissions to sane value along the way. See e.g. https://lists.debian.org/debian-devel-announce/2016/11/msg00008.html We also change the filename to put it in order with 71-seat.rules, 60 is default for dh_installudev so pick that as a reasonable value. Change-Id: I15f6fb1b6be853ac097d0ca91955609f9e5eb9cf Signed-off-by: Jiri Kastner <cz172638@gmail.com> Reviewed-on: http://openocd.zylin.com/2804 Tested-by: jenkins Reviewed-by: Robert Jordens <jordens@gmail.com> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 615ae81..dec3673 100644
--- a/README
+++ b/README
@@ -233,7 +233,7 @@ Permissions delegation
Running OpenOCD with root/administrative permissions is strongly
discouraged for security reasons.
-For USB devices on GNU/Linux you should use the contrib/99-openocd.rules
+For USB devices on GNU/Linux you should use the contrib/60-openocd.rules
file. It probably belongs somewhere in /etc/udev/rules.d, but
consult your operating system documentation to be sure. Do not forget
to add yourself to the "plugdev" group.