]> sigrok.org Git - libsigrok.git/blob - contrib/61-libsigrok-plugdev.rules
kingst-la2016: fix segfault that often occurs when a capture is aborted
[libsigrok.git] / contrib / 61-libsigrok-plugdev.rules
1 ##
2 ## This file is part of the libsigrok project.
3 ##
4 ## Copyright (C) 2017 Stefan Bruens <stefan.bruens@rwth-aachen.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, see <http://www.gnu.org/licenses/>.
18 ##
19
20 # Grant access permissions to users who are in the "plugdev" group.
21 # "plugdev" is typically used on Debian based distributions and may not
22 # exist elsewhere.
23 #
24 # This file, when installed, must be installed with a name lexicographically
25 # sorted later than the accompanied 60-libsigrok.rules
26
27 ACTION!="add|change", GOTO="libsigrok_rules_plugdev_end"
28
29 ENV{ID_SIGROK}=="1", MODE="660", GROUP="plugdev"
30
31 LABEL="libsigrok_rules_plugdev_end"