trunk: remove unnecessary semicolons after interface/template calls everywhere
Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
This commit is contained in:
parent
1bc5de22c0
commit
52ddc47029
@ -10,7 +10,7 @@ type aisexec_exec_t;
|
||||
init_daemon_domain(aisexec_t, aisexec_exec_t)
|
||||
|
||||
type aisexec_initrc_exec_t;
|
||||
init_script_file(aisexec_initrc_exec_t);
|
||||
init_script_file(aisexec_initrc_exec_t)
|
||||
|
||||
type aisexec_tmp_t;
|
||||
files_tmp_file(aisexec_tmp_t)
|
||||
|
@ -61,7 +61,7 @@ interface(`cobbler_read_config',`
|
||||
type cobbler_etc_t;
|
||||
')
|
||||
|
||||
read_files_pattern($1, cobbler_etc_t, cobbler_etc_t);
|
||||
read_files_pattern($1, cobbler_etc_t, cobbler_etc_t)
|
||||
files_search_etc($1)
|
||||
')
|
||||
|
||||
|
@ -10,7 +10,7 @@ type corosync_exec_t;
|
||||
init_daemon_domain(corosync_t, corosync_exec_t)
|
||||
|
||||
type corosync_initrc_exec_t;
|
||||
init_script_file(corosync_initrc_exec_t);
|
||||
init_script_file(corosync_initrc_exec_t)
|
||||
|
||||
type corosync_tmp_t;
|
||||
files_tmp_file(corosync_tmp_t)
|
||||
|
@ -15,7 +15,7 @@ interface(`ftp_dyntrans_anon_sftpd',`
|
||||
type anon_sftpd_t;
|
||||
')
|
||||
|
||||
dyntrans_pattern($1, anon_sftpd_t);
|
||||
dyntrans_pattern($1, anon_sftpd_t)
|
||||
')
|
||||
|
||||
########################################
|
||||
@ -148,7 +148,7 @@ interface(`ftp_dyntrans_sftpd',`
|
||||
type sftpd_t;
|
||||
')
|
||||
|
||||
dyntrans_pattern($1, sftpd_t);
|
||||
dyntrans_pattern($1, sftpd_t)
|
||||
')
|
||||
|
||||
########################################
|
||||
|
@ -257,7 +257,7 @@ hadoop_recvfrom_namenode(hadoop_secondarynamenode_t)
|
||||
|
||||
allow hadoop_tasktracker_t self:process signal;
|
||||
|
||||
manage_dirs_pattern(hadoop_tasktracker_t, hadoop_tasktracker_log_t, hadoop_tasktracker_log_t);
|
||||
manage_dirs_pattern(hadoop_tasktracker_t, hadoop_tasktracker_log_t, hadoop_tasktracker_log_t)
|
||||
setattr_dirs_pattern(hadoop_tasktracker_t, hadoop_log_t, hadoop_log_t)
|
||||
filetrans_pattern(hadoop_tasktracker_t, hadoop_log_t, hadoop_tasktracker_log_t, dir)
|
||||
|
||||
|
@ -98,7 +98,7 @@ allow lsassd_t netlogond_var_lib_t:file read_file_perms;
|
||||
|
||||
manage_files_pattern(lsassd_t, likewise_etc_t, likewise_etc_t)
|
||||
|
||||
manage_files_pattern(lsassd_t, lsassd_tmp_t, lsassd_tmp_t);
|
||||
manage_files_pattern(lsassd_t, lsassd_tmp_t, lsassd_tmp_t)
|
||||
files_tmp_filetrans(lsassd_t, lsassd_tmp_t, file)
|
||||
|
||||
stream_connect_pattern(lsassd_t, likewise_var_lib_t, dcerpcd_var_socket_t, dcerpcd_t)
|
||||
|
@ -141,7 +141,7 @@ type unpriv_sepgsql_proc_exec_t;
|
||||
postgresql_procedure_object(unpriv_sepgsql_proc_exec_t)
|
||||
|
||||
type unpriv_sepgsql_schema_t;
|
||||
postgresql_schema_object(unpriv_sepgsql_schema_t);
|
||||
postgresql_schema_object(unpriv_sepgsql_schema_t)
|
||||
|
||||
type unpriv_sepgsql_seq_t;
|
||||
postgresql_sequence_object(unpriv_sepgsql_seq_t)
|
||||
|
@ -37,12 +37,12 @@ files_pid_file(rpcd_var_run_t)
|
||||
rpc_domain_template(rpcd)
|
||||
|
||||
type rpcd_initrc_exec_t;
|
||||
init_script_file(rpcd_initrc_exec_t);
|
||||
init_script_file(rpcd_initrc_exec_t)
|
||||
|
||||
rpc_domain_template(nfsd)
|
||||
|
||||
type nfsd_initrc_exec_t;
|
||||
init_script_file(nfsd_initrc_exec_t);
|
||||
init_script_file(nfsd_initrc_exec_t)
|
||||
|
||||
type nfsd_rw_t;
|
||||
files_type(nfsd_rw_t)
|
||||
|
Loading…
Reference in New Issue
Block a user