Move module request line in mount.
This commit is contained in:
parent
4d8e9ffcb3
commit
a2307ca2b9
|
@ -48,11 +48,11 @@ files_tmp_filetrans(mount_t, mount_tmp_t, { file dir })
|
|||
|
||||
kernel_read_system_state(mount_t)
|
||||
kernel_read_kernel_sysctls(mount_t)
|
||||
# To load binfmt_misc kernel module
|
||||
kernel_request_load_module(mount_t)
|
||||
kernel_dontaudit_getattr_core_if(mount_t)
|
||||
kernel_dontaudit_write_debugfs_dirs(mount_t)
|
||||
kernel_dontaudit_write_proc_dirs(mount_t)
|
||||
# To load binfmt_misc kernel module
|
||||
kernel_request_load_module(mount_t)
|
||||
|
||||
# required for mount.smbfs
|
||||
corecmd_exec_bin(mount_t)
|
||||
|
|
Loading…
Reference in New Issue