Whitespace fixes in userdomain.
This commit is contained in:
parent
0037b6084b
commit
6c4f41ced1
|
@ -462,8 +462,8 @@ template(`userdom_change_password_template',`
|
|||
')
|
||||
|
||||
optional_policy(`
|
||||
usermanage_run_chfn($1_t,$1_r)
|
||||
usermanage_run_passwd($1_t,$1_r)
|
||||
usermanage_run_chfn($1_t, $1_r)
|
||||
usermanage_run_passwd($1_t, $1_r)
|
||||
')
|
||||
')
|
||||
|
||||
|
@ -550,14 +550,14 @@ template(`userdom_common_user_template',`
|
|||
auth_use_nsswitch($1_t)
|
||||
auth_read_login_records($1_t)
|
||||
auth_search_pam_console_data($1_t)
|
||||
auth_run_pam($1_t,$1_r)
|
||||
auth_run_utempter($1_t,$1_r)
|
||||
auth_run_pam($1_t, $1_r)
|
||||
auth_run_utempter($1_t, $1_r)
|
||||
|
||||
init_read_utmp($1_t)
|
||||
|
||||
seutil_read_file_contexts($1_t)
|
||||
seutil_read_default_contexts($1_t)
|
||||
seutil_run_newrole($1_t,$1_r)
|
||||
seutil_run_newrole($1_t, $1_r)
|
||||
seutil_exec_checkpolicy($1_t)
|
||||
seutil_exec_setfiles($1_t)
|
||||
# for when the network connection is killed
|
||||
|
@ -683,7 +683,7 @@ template(`userdom_common_user_template',`
|
|||
')
|
||||
|
||||
optional_policy(`
|
||||
usernetctl_run($1_t,$1_r)
|
||||
usernetctl_run($1_t, $1_r)
|
||||
')
|
||||
')
|
||||
|
||||
|
@ -764,7 +764,7 @@ template(`userdom_login_user_template', `
|
|||
application_exec_all($1_t)
|
||||
|
||||
# The library functions always try to open read-write first,
|
||||
# then fall back to read-only if it fails.
|
||||
# then fall back to read-only if it fails.
|
||||
init_dontaudit_rw_utmp($1_t)
|
||||
# Stop warnings about access to /dev/console
|
||||
init_dontaudit_use_fds($1_t)
|
||||
|
@ -839,7 +839,7 @@ template(`userdom_restricted_user_template',`
|
|||
#
|
||||
|
||||
optional_policy(`
|
||||
loadkeys_run($1_t,$1_r)
|
||||
loadkeys_run($1_t, $1_r)
|
||||
')
|
||||
')
|
||||
|
||||
|
@ -970,7 +970,7 @@ template(`userdom_unpriv_user_template', `
|
|||
tunable_policy(`user_rw_noexattrfile',`
|
||||
fs_manage_noxattr_fs_files($1_t)
|
||||
fs_manage_noxattr_fs_dirs($1_t)
|
||||
# Write floppies
|
||||
# Write floppies
|
||||
storage_raw_read_removable_device($1_t)
|
||||
storage_raw_write_removable_device($1_t)
|
||||
',`
|
||||
|
@ -993,13 +993,13 @@ template(`userdom_unpriv_user_template', `
|
|||
')
|
||||
|
||||
optional_policy(`
|
||||
netutils_run_ping_cond($1_t,$1_r)
|
||||
netutils_run_traceroute_cond($1_t,$1_r)
|
||||
netutils_run_ping_cond($1_t, $1_r)
|
||||
netutils_run_traceroute_cond($1_t, $1_r)
|
||||
')
|
||||
|
||||
# Run pppd in pppd_t by default for user
|
||||
optional_policy(`
|
||||
ppp_run_cond($1_t,$1_r)
|
||||
ppp_run_cond($1_t, $1_r)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
@ -1234,13 +1234,13 @@ template(`userdom_security_admin_template',`
|
|||
logging_read_audit_config($1)
|
||||
|
||||
seutil_manage_bin_policy($1)
|
||||
seutil_run_checkpolicy($1,$2)
|
||||
seutil_run_loadpolicy($1,$2)
|
||||
seutil_run_semanage($1,$2)
|
||||
seutil_run_checkpolicy($1, $2)
|
||||
seutil_run_loadpolicy($1, $2)
|
||||
seutil_run_semanage($1, $2)
|
||||
seutil_run_setfiles($1, $2)
|
||||
|
||||
optional_policy(`
|
||||
aide_run($1,$2)
|
||||
aide_run($1, $2)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
@ -1251,12 +1251,12 @@ template(`userdom_security_admin_template',`
|
|||
dmesg_exec($1)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
ipsec_run_setkey($1,$2)
|
||||
optional_policy(`
|
||||
ipsec_run_setkey($1, $2)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
netlabel_run_mgmt($1,$2)
|
||||
netlabel_run_mgmt($1, $2)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
|
Loading…
Reference in New Issue