trunk: massive whitespace cleanup from dominick grift.

This commit is contained in:
Chris PeBenito 2008-07-23 21:38:39 +00:00
parent 2b592aa495
commit 0bfccda4e8
357 changed files with 3462 additions and 3475 deletions

View File

@ -1,3 +1,4 @@
- Large whitespace fix from Dominick Grift.
- Pam_mount fix for local login from Stefan Schulze Frielinghaus.
- Issuing commands to upstart is over a datagram socket, not the initctl
named pipe. Updated init_telinit() to match.

View File

@ -12,8 +12,7 @@
#
interface(`alsa_domtrans',`
gen_require(`
type alsa_t;
type alsa_exec_t;
type alsa_t, alsa_exec_t;
')
domtrans_pattern($1, alsa_exec_t, alsa_t)

View File

@ -33,8 +33,7 @@ interface(`awstats_rw_pipes',`
#
interface(`awstats_cgi_exec',`
gen_require(`
type httpd_awstats_script_exec_t;
type httpd_awstats_content_t;
type httpd_awstats_script_exec_t, httpd_awstats_content_t;
')
allow $1 httpd_awstats_content_t:dir search_dir_perms;

View File

@ -127,8 +127,7 @@ template(`gnome_per_role_template',`
#
template(`gnome_stream_connect_gconf_template',`
gen_require(`
type $1_gconfd_t;
type $1_gconf_tmp_t;
type $1_gconfd_t, $1_gconf_tmp_t;
')
read_files_pattern($2, $1_gconf_tmp_t, $1_gconf_tmp_t)

View File

@ -36,8 +36,7 @@
#
template(`gpg_per_role_template',`
gen_require(`
type gpg_exec_t, gpg_helper_exec_t;
type gpg_agent_exec_t, pinentry_exec_t;
type gpg_exec_t, gpg_helper_exec_t, gpg_agent_exec_t, pinentry_exec_t;
')
########################################

View File

@ -35,8 +35,7 @@
template(`bluetooth_per_role_template',`
gen_require(`
attribute bluetooth_helper_domain;
type bluetooth_helper_exec_t;
type bluetooth_t;
type bluetooth_helper_exec_t, bluetooth_t;
')
type $1_bluetooth_t, bluetooth_helper_domain;

View File

@ -14,8 +14,8 @@
#
interface(`fetchmail_admin',`
gen_require(`
type fetchmail_t, fetchmail_etc_t;
type fetchmail_uidl_cache_t, fetchmail_var_run_t;
type fetchmail_t, fetchmail_etc_t, fetchmail_uidl_cache_t;
type fetchmail_var_run_t;
')
ps_process_pattern($1, fetchmail_t)

View File

@ -33,8 +33,7 @@
#
interface(`kerberos_use',`
gen_require(`
type krb5_conf_t;
type krb5kdc_conf_t;
type krb5_conf_t, krb5kdc_conf_t;
')
files_search_etc($1)

View File

@ -216,8 +216,7 @@ template(`lpd_per_role_template',`
#
template(`lpr_admin_template',`
gen_require(`
type $1_lpr_t;
type print_spool_t;
type $1_lpr_t, print_spool_t;
')
userdom_read_all_users_home_content_files($1_lpr_t)

View File

@ -157,8 +157,7 @@ interface(`postgresql_table_object',`
#
interface(`postgresql_system_table_object',`
gen_require(`
attribute sepgsql_table_type;
attribute sepgsql_sysobj_table_type;
attribute sepgsql_table_type, sepgsql_sysobj_table_type;
')
typeattribute $1 sepgsql_table_type;
@ -342,7 +341,6 @@ interface(`postgresql_unpriv_client',`
attribute sepgsql_client_type;
type sepgsql_db_t, sepgsql_table_t, sepgsql_proc_t, sepgsql_blob_t;
type sepgsql_trusted_proc_t, sepgsql_trusted_proc_exec_t;
')

View File

@ -105,8 +105,7 @@ template(`qmail_child_domain_template',`
#
interface(`qmail_domtrans_inject',`
gen_require(`
type qmail_inject_t;
type qmail_inject_exec_t;
type qmail_inject_t, qmail_inject_exec_t;
')
domtrans_pattern($1, qmail_inject_exec_t, qmail_inject_t)
@ -132,8 +131,7 @@ interface(`qmail_domtrans_inject',`
#
interface(`qmail_domtrans_queue',`
gen_require(`
type qmail_queue_t;
type qmail_queue_exec_t;
type qmail_queue_t, qmail_queue_exec_t;
')
domtrans_pattern($1, qmail_queue_exec_t, qmail_queue_t)

View File

@ -33,9 +33,7 @@ interface(`sasl_connect',`
#
interface(`sasl_admin',`
gen_require(`
type saslauthd_t;
type saslauthd_tmp_t;
type saslauthd_var_run_t;
type saslauthd_t, saslauthd_tmp_t, saslauthd_var_run_t;
')
allow $1 saslauthd_t:process { ptrace signal_perms getattr };

View File

@ -14,8 +14,7 @@
#
interface(`tftp_admin',`
gen_require(`
type tftpd_t, tftpdir_t;
type tftpdir_rw_t, tftpd_var_run_t;
type tftpd_t, tftpdir_t, tftpdir_rw_t, tftpd_var_run_t;
')
allow $1 tftpd_t:process { ptrace signal_perms getattr };