Whitespace fixes in rsync, samba, and mount.
This commit is contained in:
parent
c7c9e0e04d
commit
74aaedde68
|
@ -122,7 +122,7 @@ optional_policy(`
|
|||
')
|
||||
|
||||
tunable_policy(`rsync_export_all_ro',`
|
||||
fs_read_noxattr_fs_files(rsync_t)
|
||||
fs_read_noxattr_fs_files(rsync_t)
|
||||
fs_read_nfs_files(rsync_t)
|
||||
fs_read_cifs_files(rsync_t)
|
||||
auth_read_all_dirs_except_auth_files(rsync_t)
|
||||
|
|
|
@ -25,7 +25,7 @@ gen_tunable(samba_create_home_dirs, false)
|
|||
## <p>
|
||||
## Allow samba to act as the domain controller, add users,
|
||||
## groups and change passwords.
|
||||
##
|
||||
##
|
||||
## </p>
|
||||
## </desc>
|
||||
gen_tunable(samba_domain_controller, false)
|
||||
|
@ -211,7 +211,7 @@ auth_manage_cache(samba_net_t)
|
|||
|
||||
logging_send_syslog_msg(samba_net_t)
|
||||
|
||||
miscfiles_read_localization(samba_net_t)
|
||||
miscfiles_read_localization(samba_net_t)
|
||||
|
||||
samba_read_var_files(samba_net_t)
|
||||
|
||||
|
@ -370,7 +370,7 @@ ifdef(`hide_broken_symptoms', `
|
|||
|
||||
tunable_policy(`allow_smbd_anon_write',`
|
||||
miscfiles_manage_public_files(smbd_t)
|
||||
')
|
||||
')
|
||||
|
||||
tunable_policy(`samba_domain_controller',`
|
||||
gen_require(`
|
||||
|
@ -410,7 +410,6 @@ tunable_policy(`samba_share_fusefs',`
|
|||
fs_search_fusefs(smbd_t)
|
||||
')
|
||||
|
||||
|
||||
optional_policy(`
|
||||
cups_read_rw_config(smbd_t)
|
||||
cups_stream_connect(smbd_t)
|
||||
|
@ -449,18 +448,18 @@ tunable_policy(`samba_create_home_dirs',`
|
|||
')
|
||||
|
||||
tunable_policy(`samba_export_all_ro',`
|
||||
fs_read_noxattr_fs_files(smbd_t)
|
||||
fs_read_noxattr_fs_files(smbd_t)
|
||||
auth_read_all_dirs_except_auth_files(smbd_t)
|
||||
auth_read_all_files_except_auth_files(smbd_t)
|
||||
fs_read_noxattr_fs_files(nmbd_t)
|
||||
fs_read_noxattr_fs_files(nmbd_t)
|
||||
auth_read_all_dirs_except_auth_files(nmbd_t)
|
||||
auth_read_all_files_except_auth_files(nmbd_t)
|
||||
')
|
||||
|
||||
tunable_policy(`samba_export_all_rw',`
|
||||
fs_read_noxattr_fs_files(smbd_t)
|
||||
fs_read_noxattr_fs_files(smbd_t)
|
||||
auth_manage_all_files_except_auth_files(smbd_t)
|
||||
fs_read_noxattr_fs_files(nmbd_t)
|
||||
fs_read_noxattr_fs_files(nmbd_t)
|
||||
auth_manage_all_files_except_auth_files(nmbd_t)
|
||||
userdom_user_home_dir_filetrans_user_home_content(nmbd_t, { file dir })
|
||||
')
|
||||
|
@ -597,7 +596,7 @@ allow smbmount_t samba_etc_t:file read_file_perms;
|
|||
|
||||
can_exec(smbmount_t, smbmount_exec_t)
|
||||
|
||||
allow smbmount_t samba_log_t:dir list_dir_perms;
|
||||
allow smbmount_t samba_log_t:dir list_dir_perms;
|
||||
allow smbmount_t samba_log_t:file manage_file_perms;
|
||||
|
||||
allow smbmount_t samba_secrets_t:file manage_file_perms;
|
||||
|
@ -902,7 +901,7 @@ auth_use_nsswitch(winbind_helper_t)
|
|||
|
||||
logging_send_syslog_msg(winbind_helper_t)
|
||||
|
||||
miscfiles_read_localization(winbind_helper_t)
|
||||
miscfiles_read_localization(winbind_helper_t)
|
||||
|
||||
userdom_use_user_terminals(winbind_helper_t)
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ application_domain(unconfined_mount_t, mount_exec_t)
|
|||
# mount local policy
|
||||
#
|
||||
|
||||
# setuid/setgid needed to mount cifs
|
||||
# setuid/setgid needed to mount cifs
|
||||
allow mount_t self:capability { ipc_lock sys_rawio sys_admin dac_override chown sys_tty_config setuid setgid };
|
||||
|
||||
allow mount_t mount_loopback_t:file read_file_perms;
|
||||
|
|
Loading…
Reference in New Issue