parent
24df753a40
commit
629d29ec99
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ allowed_media_dirs = /media
|
|||
# allowed_devices = /dev/*
|
||||
# WARNING: ALLOWING USERS TO MOUNT DEVICES OUTSIDE OF /dev CAN CAUSE SERIOUS
|
||||
# SECURITY PROBLEMS. DO NOT ALLOW DEVICES IN /dev/shm
|
||||
allowed_devices = /dev/*
|
||||
allowed_devices = /dev/*, /dev/mapper/*
|
||||
|
||||
|
||||
# allowed_internal_devices causes udevil to treat any listed block devices as
|
||||
|
|
@ -133,7 +133,7 @@ allowed_devices = /dev/*
|
|||
# Some removable esata drives look like internal drives to udevil. To avoid
|
||||
# this problem, they can be treated as removable with this setting.
|
||||
# WARNING: SETTING A SYSTEM DEVICE HERE CAN CAUSE SERIOUS SECURITY PROBLEMS.
|
||||
allowed_internal_devices = /dev/*
|
||||
allowed_internal_devices = /dev/*, /dev/mapper/*
|
||||
|
||||
|
||||
# allowed_internal_uuids and allowed_internal_uuids_FSTYPE work similarly to
|
||||
|
|
|
|||
Loading…
Reference in a new issue