From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A94E61382C5 for ; Sun, 22 Apr 2018 12:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE6A8E08D4; Sun, 22 Apr 2018 12:00:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B69F0E08DF for ; Sun, 22 Apr 2018 12:00:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CA29335C75 for ; Sun, 22 Apr 2018 12:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC5BE28F for ; Sun, 22 Apr 2018 12:00:43 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1524397983.75d0432cdaaf2c2626d5e03c2838b676ab7ff2c7.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/alsa.te policy/modules/contrib/evolution.if policy/modules/contrib/qemu.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 75d0432cdaaf2c2626d5e03c2838b676ab7ff2c7 X-VCS-Branch: master Date: Sun, 22 Apr 2018 12:00:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f39b2a01-94fe-49a7-8c04-7bf8757c8d2c X-Archives-Hash: 763041b28f37278c373ba5643c2a58c0 commit: 75d0432cdaaf2c2626d5e03c2838b676ab7ff2c7 Author: James Carter tycho nsa gov> AuthorDate: Wed Apr 11 18:56:31 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 22 11:53:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=75d0432c Remove unnecessary semicolons Removed unnecessary semicolons in alsa.te, evolution.if, and qemu.te. Signed-off-by: James Carter tycho.nsa.gov> policy/modules/contrib/alsa.te | 2 +- policy/modules/contrib/evolution.if | 2 +- policy/modules/contrib/qemu.te | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policy/modules/contrib/alsa.te b/policy/modules/contrib/alsa.te index 6caddbc8..e7943397 100644 --- a/policy/modules/contrib/alsa.te +++ b/policy/modules/contrib/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/policy/modules/contrib/evolution.if b/policy/modules/contrib/evolution.if index 43194431..32cc77f2 100644 --- a/policy/modules/contrib/evolution.if +++ b/policy/modules/contrib/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/policy/modules/contrib/qemu.te b/policy/modules/contrib/qemu.te index 0fe74b0f..6bdd0acc 100644 --- a/policy/modules/contrib/qemu.te +++ b/policy/modules/contrib/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) ######################################## #