mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
udevil: set /var/media to allowed udevil mount dirs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e645044140
commit
bdbdf3f702
@ -101,7 +101,7 @@ allowed_groups = *
|
||||
# be permitted to unmount its associated loop device even though internal.
|
||||
# INCLUDING /MNT HERE IS NOT RECOMMENDED. ALL ALLOWED MEDIA DIRECTORIES
|
||||
# SHOULD BE OWNED AND WRITABLE ONLY BY ROOT.
|
||||
allowed_media_dirs = /media, /run/media/$USER
|
||||
allowed_media_dirs = /media, /var/media, /run/media/$USER
|
||||
|
||||
|
||||
# allowed_devices is the first criteria for what block devices users may mount
|
||||
|
Loading…
x
Reference in New Issue
Block a user