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 759D1138335 for ; Sat, 9 Jun 2018 05:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7596EE08FF; Sat, 9 Jun 2018 05:24:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 444F7E08FF for ; Sat, 9 Jun 2018 05:24:56 +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 0B1CB335CA9 for ; Sat, 9 Jun 2018 05:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 826AA2C7 for ; Sat, 9 Jun 2018 05:24:52 +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: <1528456251.72a1e7f19c14ef58114bfeb4510194f0cd11cc73.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/redis.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 72a1e7f19c14ef58114bfeb4510194f0cd11cc73 X-VCS-Branch: master Date: Sat, 9 Jun 2018 05:24:52 +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: fd73f741-7576-402a-9f2f-50e298df8873 X-Archives-Hash: db9bd7ac1095474575288af1fe6afe07 commit: 72a1e7f19c14ef58114bfeb4510194f0cd11cc73 Author: Jason Zaman perfinion com> AuthorDate: Thu Jun 7 10:28:05 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Jun 8 11:10:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=72a1e7f1 redis: add log filetrans, already had log manage policy/modules/contrib/redis.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/redis.te b/policy/modules/contrib/redis.te index fda6e5b2..2c8495b6 100644 --- a/policy/modules/contrib/redis.te +++ b/policy/modules/contrib/redis.te @@ -39,6 +39,7 @@ allow redis_t redis_conf_t:file rw_file_perms; manage_dirs_pattern(redis_t, redis_log_t, redis_log_t) manage_files_pattern(redis_t, redis_log_t, redis_log_t) manage_lnk_files_pattern(redis_t, redis_log_t, redis_log_t) +logging_log_filetrans(redis_t, redis_log_t, dir) manage_dirs_pattern(redis_t, redis_var_lib_t, redis_var_lib_t) manage_files_pattern(redis_t, redis_var_lib_t, redis_var_lib_t)