mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
udev rules now with suid - I forget stuff often dont I...
This commit is contained in:
parent
805dcc847c
commit
40d7982b01
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ ACTION=="add", PROGRAM!="/sbin/blkid %N", GOTO="media_by_label_auto_mount_end"
|
|||
ACTION=="add", PROGRAM!="/bin/grep ' / / rw[, ]' /proc/self/mountinfo", GOTO="media_by_label_auto_mount_end"
|
||||
|
||||
# Global mount options
|
||||
ACTION=="add", ENV{mount_options}="exec,noatime,users"
|
||||
ACTION=="add", ENV{mount_options}="exec,suid,noatime,users"
|
||||
# Filesystem specific options
|
||||
ACTION=="add", PROGRAM=="/sbin/blkid -o value -s TYPE %E{device}", RESULT=="vfat|ntfs", ENV{mount_options}="%E{mount_options},utf8,gid=100,umask=002"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ md5sums=('aeae0e6273dcbec246c3c1b9868ebed1'
|
|||
'22c1f059cdeddaac5e7fe33b007da6a3'
|
||||
'35fa97500243a79b2370fa4684828e69'
|
||||
'ec1fa2ecaff2e8efc611cb70568630ad'
|
||||
'3b31b19750e50b50a77f4e55b6ae4161')
|
||||
'4d93226190db7c940fe7fe4429138703')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue