Automount patch from Dan Walsh.
This commit is contained in:
parent
fa03ecc046
commit
1049180cd8
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(automount, 1.12.0)
|
||||
policy_module(automount, 1.12.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -75,6 +75,7 @@ files_manage_non_security_dirs(automount_t)
|
||||
|
||||
fs_mount_all_fs(automount_t)
|
||||
fs_unmount_all_fs(automount_t)
|
||||
fs_search_all(automount_t)
|
||||
|
||||
corecmd_exec_bin(automount_t)
|
||||
corecmd_exec_shell(automount_t)
|
||||
@ -129,6 +130,7 @@ fs_manage_auto_mountpoints(automount_t)
|
||||
fs_unmount_autofs(automount_t)
|
||||
fs_mount_autofs(automount_t)
|
||||
fs_manage_autofs_symlinks(automount_t)
|
||||
fs_read_nfs_files(automount_t)
|
||||
|
||||
storage_rw_fuse(automount_t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user