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 60F9C138A1F for ; Tue, 8 Apr 2014 16:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462B2E0CEF; Tue, 8 Apr 2014 16:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0E8CE0CE7 for ; Tue, 8 Apr 2014 16:02:03 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A5D340016 for ; Tue, 8 Apr 2014 16:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6C44A188D3 for ; Tue, 8 Apr 2014 16:02:01 +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: <1396972497.a613b96aa77e7fb576408a71335844d6005ad4b0.swift@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/apt.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: a613b96aa77e7fb576408a71335844d6005ad4b0 X-VCS-Branch: master Date: Tue, 8 Apr 2014 16:02:01 +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: c32422a5-8fd0-4204-a22a-83966b69ba9c X-Archives-Hash: c936ac4a7eb7bdf65eb6a4dd0ab7c77a commit: a613b96aa77e7fb576408a71335844d6005ad4b0 Author: Nicolas Iooss m4x org> AuthorDate: Sat Mar 15 17:13:11 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Apr 8 15:54:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a613b96a apt: remove non-existing permission set write_dir_perms write_dir_perms doesn't exist in policy/support/obj_perm_sets.spt so this patch removes the buggy dontaudit statement from apt_read_cache. --- policy/modules/contrib/apt.if | 1 - 1 file changed, 1 deletion(-) diff --git a/policy/modules/contrib/apt.if b/policy/modules/contrib/apt.if index cde81d2..0a1bc49 100644 --- a/policy/modules/contrib/apt.if +++ b/policy/modules/contrib/apt.if @@ -171,7 +171,6 @@ interface(`apt_read_cache',` files_search_var($1) allow $1 apt_var_cache_t:dir list_dir_perms; - dontaudit $1 apt_var_cache_t:dir write_dir_perms; allow $1 apt_var_cache_t:file read_file_perms; ')