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 93DB91396D0 for ; Fri, 15 Sep 2017 03:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B6AE0D09; Fri, 15 Sep 2017 03:42:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 528FEE0D09 for ; Fri, 15 Sep 2017 03:42:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7A2E633BEA7 for ; Fri, 15 Sep 2017 03:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA8D79091 for ; Fri, 15 Sep 2017 03:42: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: <1505417685.3d86b290dcb2b50f55acb6b74757df29e3c19bf7.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/mandb.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 3d86b290dcb2b50f55acb6b74757df29e3c19bf7 X-VCS-Branch: master Date: Fri, 15 Sep 2017 03:42: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: bace85cc-e5ae-4f4c-8395-ca670a84dd7d X-Archives-Hash: 98972203727e896d2de104d7b76cc035 commit: 3d86b290dcb2b50f55acb6b74757df29e3c19bf7 Author: Christian Göttsche googlemail com> AuthorDate: Tue Sep 12 09:24:03 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Sep 14 19:34:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3d86b290 mandb: fixes for systemd timer and /usr/local/man label policy/modules/contrib/mandb.te | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/policy/modules/contrib/mandb.te b/policy/modules/contrib/mandb.te index 6abed374..f3113386 100644 --- a/policy/modules/contrib/mandb.te +++ b/policy/modules/contrib/mandb.te @@ -10,7 +10,7 @@ roleattribute system_r mandb_roles; type mandb_t; type mandb_exec_t; -application_domain(mandb_t, mandb_exec_t) +init_system_domain(mandb_t, mandb_exec_t) role mandb_roles types mandb_t; type mandb_unit_t; @@ -40,6 +40,8 @@ domain_use_interactive_fds(mandb_t) files_dontaudit_search_home(mandb_t) files_read_etc_files(mandb_t) +# /usr/local/man +files_read_usr_symlinks(mandb_t) # search /var/run/nscd/socket files_search_pids(mandb_t)