jack: udev rules file to make audio group access rtc/hpet devices.
This commit is contained in:
parent
af7ae90158
commit
e8f2851e15
2 changed files with 6 additions and 1 deletions
2
srcpkgs/jack/files/40-hpet-permissions.rules
Normal file
2
srcpkgs/jack/files/40-hpet-permissions.rules
Normal file
|
@ -0,0 +1,2 @@
|
|||
KERNEL=="rtc0", GROUP="audio"
|
||||
KERNEL=="hpet", GROUP="audio"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'jack'
|
||||
pkgname=jack
|
||||
version=1.9.7
|
||||
revision=4
|
||||
revision=5
|
||||
homepage="http://jackaudio.org/"
|
||||
distfiles="http://www.grame.fr/~letz/${pkgname}-${version}.tar.bz2"
|
||||
build_style=custom-install
|
||||
|
@ -68,5 +68,8 @@ do_install()
|
|||
# pam_limits(8) support
|
||||
vinstall ${FILESDIR}/jack-limitsd.conf \
|
||||
644 etc/security/limits.d jack.conf
|
||||
# audio group permissions for realtime
|
||||
vinstall ${FILESDIR}/40-hpet-permissions.rules \
|
||||
644 lib/udev/rules.d
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue