Grant mount permission to access /dev/fuse

This is needed for mounting FUSE-based filesystems like ntfs-3g.
This commit is contained in:
Luis Ressel 2014-08-11 15:52:56 +02:00 committed by Chris PeBenito
parent ab3d6e718a
commit 6c9f445e55
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ storage_raw_read_fixed_disk(mount_t)
storage_raw_write_fixed_disk(mount_t)
storage_raw_read_removable_device(mount_t)
storage_raw_write_removable_device(mount_t)
storage_rw_fuse(mount_t)
term_use_all_terms(mount_t)
term_dontaudit_manage_pty_dirs(mount_t)