From: jwcart2@tycho.nsa.gov (James Carter) Date: Wed, 11 Apr 2018 14:56:31 -0400 Subject: [refpolicy] [PATCH 01/13] Remove unnecessary semicolons In-Reply-To: <20180411185639.23547-1-jwcart2@tycho.nsa.gov> References: <20180411185639.23547-1-jwcart2@tycho.nsa.gov> Message-ID: <20180411185639.23547-2-jwcart2@tycho.nsa.gov> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Removed unnecessary semicolons in alsa.te, evolution.if, and qemu.te. Signed-off-by: James Carter --- alsa.te | 2 +- evolution.if | 2 +- qemu.te | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alsa.te b/alsa.te index dd9fb5b..94e42d7 100644 --- a/alsa.te +++ b/alsa.te @@ -73,7 +73,7 @@ manage_dirs_pattern(alsa_t, alsa_var_lib_t, alsa_var_lib_t) manage_files_pattern(alsa_t, alsa_var_lib_t, alsa_var_lib_t) allow alsa_t alsa_var_lock_t:file manage_file_perms; -files_lock_filetrans(alsa_t, alsa_var_lock_t, file); +files_lock_filetrans(alsa_t, alsa_var_lock_t, file) kernel_read_system_state(alsa_t) diff --git a/evolution.if b/evolution.if index 4319443..32cc77f 100644 --- a/evolution.if +++ b/evolution.if @@ -224,5 +224,5 @@ interface(`evolution_domtrans',` ') corecmd_search_bin($1) - domtrans_pattern($1, evolution_exec_t, evolution_t); + domtrans_pattern($1, evolution_exec_t, evolution_t) ') diff --git a/qemu.te b/qemu.te index 0d4648b..0ad00b8 100644 --- a/qemu.te +++ b/qemu.te @@ -26,7 +26,7 @@ type qemu_unit_t; init_unit_file(qemu_unit_t) type qemu_var_run_t; -files_pid_file(qemu_var_run_t); +files_pid_file(qemu_var_run_t) ######################################## # -- 2.13.6