mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
udev automounter should now mount as exec, sorry about the noexec
This commit is contained in:
parent
6f0007110a
commit
805dcc847c
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}="noatime,users"
|
||||
ACTION=="add", ENV{mount_options}="exec,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'
|
||||
'6abee92d6289a0dfe1b86861fce8131f')
|
||||
'3b31b19750e50b50a77f4e55b6ae4161')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue