trunk: massive whitespace cleanup from dominick grift.
This commit is contained in:
		
							parent
							
								
									2b592aa495
								
							
						
					
					
						commit
						0bfccda4e8
					
				| @ -1,3 +1,4 @@ | |||||||
|  | - Large whitespace fix from Dominick Grift. | ||||||
| - Pam_mount fix for local login from Stefan Schulze Frielinghaus. | - Pam_mount fix for local login from Stefan Schulze Frielinghaus. | ||||||
| - Issuing commands to upstart is over a datagram socket, not the initctl | - Issuing commands to upstart is over a datagram socket, not the initctl | ||||||
|   named pipe.  Updated init_telinit() to match. |   named pipe.  Updated init_telinit() to match. | ||||||
|  | |||||||
| @ -12,8 +12,7 @@ | |||||||
| # | # | ||||||
| interface(`alsa_domtrans',` | interface(`alsa_domtrans',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type alsa_t; | 		type alsa_t, alsa_exec_t; | ||||||
| 		type alsa_exec_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	domtrans_pattern($1, alsa_exec_t, alsa_t) | 	domtrans_pattern($1, alsa_exec_t, alsa_t) | ||||||
|  | |||||||
| @ -33,8 +33,7 @@ interface(`awstats_rw_pipes',` | |||||||
| # | # | ||||||
| interface(`awstats_cgi_exec',` | interface(`awstats_cgi_exec',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type httpd_awstats_script_exec_t; | 		type httpd_awstats_script_exec_t, httpd_awstats_content_t; | ||||||
| 		type httpd_awstats_content_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	allow $1 httpd_awstats_content_t:dir search_dir_perms; | 	allow $1 httpd_awstats_content_t:dir search_dir_perms; | ||||||
|  | |||||||
| @ -127,8 +127,7 @@ template(`gnome_per_role_template',` | |||||||
| # | # | ||||||
| template(`gnome_stream_connect_gconf_template',` | template(`gnome_stream_connect_gconf_template',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type $1_gconfd_t; | 		type $1_gconfd_t, $1_gconf_tmp_t; | ||||||
| 		type $1_gconf_tmp_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	read_files_pattern($2, $1_gconf_tmp_t, $1_gconf_tmp_t) | 	read_files_pattern($2, $1_gconf_tmp_t, $1_gconf_tmp_t) | ||||||
|  | |||||||
| @ -36,8 +36,7 @@ | |||||||
| # | # | ||||||
| template(`gpg_per_role_template',` | template(`gpg_per_role_template',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type gpg_exec_t, gpg_helper_exec_t; | 		type gpg_exec_t, gpg_helper_exec_t, gpg_agent_exec_t, pinentry_exec_t; | ||||||
| 		type gpg_agent_exec_t, pinentry_exec_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	######################################## | 	######################################## | ||||||
|  | |||||||
| @ -35,8 +35,7 @@ | |||||||
| template(`bluetooth_per_role_template',` | template(`bluetooth_per_role_template',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		attribute bluetooth_helper_domain; | 		attribute bluetooth_helper_domain; | ||||||
| 		type bluetooth_helper_exec_t; | 		type bluetooth_helper_exec_t, bluetooth_t; | ||||||
| 		type bluetooth_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	type $1_bluetooth_t, bluetooth_helper_domain; | 	type $1_bluetooth_t, bluetooth_helper_domain; | ||||||
|  | |||||||
| @ -14,8 +14,8 @@ | |||||||
| # | # | ||||||
| interface(`fetchmail_admin',` | interface(`fetchmail_admin',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type fetchmail_t, fetchmail_etc_t; | 		type fetchmail_t, fetchmail_etc_t, fetchmail_uidl_cache_t; | ||||||
| 		type fetchmail_uidl_cache_t, fetchmail_var_run_t; | 		type fetchmail_var_run_t; | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	ps_process_pattern($1, fetchmail_t) | 	ps_process_pattern($1, fetchmail_t) | ||||||
|  | |||||||
| @ -33,8 +33,7 @@ | |||||||
| # | # | ||||||
| interface(`kerberos_use',` | interface(`kerberos_use',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type krb5_conf_t; | 		type krb5_conf_t, krb5kdc_conf_t; | ||||||
| 		type krb5kdc_conf_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	files_search_etc($1) | 	files_search_etc($1) | ||||||
|  | |||||||
| @ -216,8 +216,7 @@ template(`lpd_per_role_template',` | |||||||
| # | # | ||||||
| template(`lpr_admin_template',` | template(`lpr_admin_template',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type $1_lpr_t; | 		type $1_lpr_t, print_spool_t; | ||||||
| 		type print_spool_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	userdom_read_all_users_home_content_files($1_lpr_t) | 	userdom_read_all_users_home_content_files($1_lpr_t) | ||||||
|  | |||||||
| @ -157,8 +157,7 @@ interface(`postgresql_table_object',` | |||||||
| # | # | ||||||
| interface(`postgresql_system_table_object',` | interface(`postgresql_system_table_object',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		attribute sepgsql_table_type; | 		attribute sepgsql_table_type, sepgsql_sysobj_table_type; | ||||||
| 		attribute sepgsql_sysobj_table_type; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	typeattribute $1 sepgsql_table_type; | 	typeattribute $1 sepgsql_table_type; | ||||||
| @ -342,7 +341,6 @@ interface(`postgresql_unpriv_client',` | |||||||
| 		attribute sepgsql_client_type; | 		attribute sepgsql_client_type; | ||||||
| 
 | 
 | ||||||
| 		type sepgsql_db_t, sepgsql_table_t, sepgsql_proc_t, sepgsql_blob_t; | 		type sepgsql_db_t, sepgsql_table_t, sepgsql_proc_t, sepgsql_blob_t; | ||||||
| 
 |  | ||||||
| 		type sepgsql_trusted_proc_t, sepgsql_trusted_proc_exec_t; | 		type sepgsql_trusted_proc_t, sepgsql_trusted_proc_exec_t; | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -105,8 +105,7 @@ template(`qmail_child_domain_template',` | |||||||
| # | # | ||||||
| interface(`qmail_domtrans_inject',` | interface(`qmail_domtrans_inject',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type qmail_inject_t; | 		type qmail_inject_t, qmail_inject_exec_t; | ||||||
| 		type qmail_inject_exec_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	domtrans_pattern($1, qmail_inject_exec_t, qmail_inject_t) | 	domtrans_pattern($1, qmail_inject_exec_t, qmail_inject_t) | ||||||
| @ -132,8 +131,7 @@ interface(`qmail_domtrans_inject',` | |||||||
| # | # | ||||||
| interface(`qmail_domtrans_queue',` | interface(`qmail_domtrans_queue',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type qmail_queue_t; | 		type qmail_queue_t, qmail_queue_exec_t; | ||||||
| 		type qmail_queue_exec_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	domtrans_pattern($1, qmail_queue_exec_t, qmail_queue_t) | 	domtrans_pattern($1, qmail_queue_exec_t, qmail_queue_t) | ||||||
|  | |||||||
| @ -33,9 +33,7 @@ interface(`sasl_connect',` | |||||||
| # | # | ||||||
| interface(`sasl_admin',` | interface(`sasl_admin',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type saslauthd_t; | 		type saslauthd_t, saslauthd_tmp_t, saslauthd_var_run_t; | ||||||
| 		type saslauthd_tmp_t; |  | ||||||
| 		type saslauthd_var_run_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	allow $1 saslauthd_t:process { ptrace signal_perms getattr }; | 	allow $1 saslauthd_t:process { ptrace signal_perms getattr }; | ||||||
|  | |||||||
| @ -14,8 +14,7 @@ | |||||||
| # | # | ||||||
| interface(`tftp_admin',` | interface(`tftp_admin',` | ||||||
| 	gen_require(` | 	gen_require(` | ||||||
| 		type tftpd_t, tftpdir_t; | 		type tftpd_t, tftpdir_t, tftpdir_rw_t, tftpd_var_run_t; | ||||||
| 		type tftpdir_rw_t, tftpd_var_run_t; |  | ||||||
| 	') | 	') | ||||||
| 
 | 
 | ||||||
| 	allow $1 tftpd_t:process { ptrace signal_perms getattr }; | 	allow $1 tftpd_t:process { ptrace signal_perms getattr }; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user