From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 674DD138010 for ; Mon, 29 Oct 2012 17:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8A9321C059; Mon, 29 Oct 2012 17:45:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50AE321C059 for ; Mon, 29 Oct 2012 17:45:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2E1133D8D4 for ; Mon, 29 Oct 2012 17:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3ECA4E5436 for ; Mon, 29 Oct 2012 17:45:07 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1351532550.f1f19d8a618566163756824d74efa70669da7f82.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/logging.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f1f19d8a618566163756824d74efa70669da7f82 X-VCS-Branch: master Date: Mon, 29 Oct 2012 17:45:07 +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: 2a27713d-bce3-45d3-8131-aca3810da2f4 X-Archives-Hash: ac694a829b4490e7268167d297e237b6 commit: f1f19d8a618566163756824d74efa70669da7f82 Author: Sven Vermeulen siphos be> AuthorDate: Mon Oct 29 17:42:30 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Oct 29 17:42:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f1f19d8a Attribute is logfile, not syslog --- policy/modules/system/logging.te | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/system/logging.te b/policy/modules/system/logging.te index 5588af2..a541963 100644 --- a/policy/modules/system/logging.te +++ b/policy/modules/system/logging.te @@ -470,8 +470,8 @@ userdom_dontaudit_use_unpriv_user_fds(syslogd_t) userdom_dontaudit_search_user_home_dirs(syslogd_t) ifdef(`distro_gentoo',` - allow syslogd_t syslog:dir add_entry_dir_perms; - allow syslogd_t syslog:file { write_file_perms setattr_file_perms }; + allow syslogd_t logfile:dir add_entry_dir_perms; + allow syslogd_t logfile:file { write_file_perms setattr_file_perms }; # default gentoo syslog-ng config appends kernel # and high priority messages to /dev/tty12