mirror of
https://github.com/jorgevasquezp/my_linux_prefs.git
synced 2026-09-16 22:02:22 +00:00
Started tracking my linux preferences.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
SUBSYSTEM=="block" ACTION=="add" \
|
||||
RUN+="/root/scripts/remount.sh"
|
||||
@@ -0,0 +1,5 @@
|
||||
# UDISKS_FILESYSTEM_SHARED
|
||||
# ==1: mount filesystem to a shared directory (/media/VolumeName)
|
||||
# ==0: mount filesystem to a private directory (/run/media/$USER/VolumeName)
|
||||
# See udisks(8)
|
||||
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"
|
||||
Reference in New Issue
Block a user