Skip to content

Commit

Permalink
Debian package now has udev rule granting all users device files access.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulevich Vasili authored and Gulevich Vasili committed Nov 14, 2011
1 parent 66f664b commit 9b84ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ VERSION=$(shell dpkg-parsechangelog |grep ^Version:|cut -d ' ' -f 2)

override_dh_install:
dh_install Makefile k0607.h lsi6.h lsi6_lib.c lsi6_lib.h lsi6_main.c lsi6camac.h usr/src/lsi6-dkms-$(VERSION)/
dh_install udev/91-lsi6.rules etc/udev/rules.d

override_dh_dkms:
dh_dkms -V $(VERSION)
2 changes: 1 addition & 1 deletion udev/91-lsi6.rules
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KERNEL=="lsi6*", GROUP="root", MODE="0660"
KERNEL=="lsi6*", GROUP="root", MODE="0666"

0 comments on commit 9b84ef1

Please sign in to comment.