Skip to content

Commit

Permalink
Limit default mount options to 'users'
Browse files Browse the repository at this point in the history
Rely on mount automatic defaults instead.
  • Loading branch information
Ferk committed Nov 30, 2022
1 parent 2b46708 commit 429e445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-automount
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#$1 = <dev>

# Default options to use for mounting
AUTOMOUNT_OPTS='errors=remount-ro,relatime,utf8,users'
AUTOMOUNT_OPTS='users'
# Default type to use for mounting
AUTOMOUNT_TYPE='auto'

Expand Down
2 changes: 1 addition & 1 deletion media-automount.d/auto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- sh -*-

# Options to use for auto-mounting generic filesystems
AUTOMOUNT_OPTS='errors=remount-ro,relatime,utf8,users,sync'
AUTOMOUNT_OPTS='users'

# Type to use for auto-mounting generic filesystems
AUTOMOUNT_TYPE=auto
Expand Down

0 comments on commit 429e445

Please sign in to comment.