Add /mnt as possible mount point.

This commit is contained in:
Alexandre Pujol 2021-04-01 21:56:33 +01:00
parent 84f24133e9
commit 0ad600f90f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 22 additions and 17 deletions

View file

@ -10,6 +10,9 @@
owner /media/*/@{XDG_DOWNLOAD_DIR}/ r,
owner /media/*/@{XDG_DOWNLOAD_DIR}/** rwl,
owner /mnt/*/@{XDG_DOWNLOAD_DIR}/ r,
owner /mnt/*/@{XDG_DOWNLOAD_DIR}/** rwl,
owner @{HOME}/@{XDG_DESKTOP_DIR}/ r,
owner @{HOME}/@{XDG_DESKTOP_DIR}/** rwl,