You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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"
|