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 7A88313885E for ; Mon, 4 Feb 2013 19:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0671C21C005; Mon, 4 Feb 2013 19:17:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C2CC21C005 for ; Mon, 4 Feb 2013 19:17:40 +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 5F35833DE25 for ; Mon, 4 Feb 2013 19:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 21EF8E4093 for ; Mon, 4 Feb 2013 19:17:36 +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: <1360005008.b49af4542ca368e72f97c59b45c1494a0a100299.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/files.te X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: b49af4542ca368e72f97c59b45c1494a0a100299 X-VCS-Branch: master Date: Mon, 4 Feb 2013 19:17:36 +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: b3a0a087-bc67-4526-a960-44f020cc92b7 X-Archives-Hash: 5df1f931f19617744b063d0488e8536f commit: b49af4542ca368e72f97c59b45c1494a0a100299 Author: Laurent Bigonville bigon be> AuthorDate: Tue Jan 15 10:23:39 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Feb 4 19:10:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=b49af454 Label var_lock_t as a mountpoint In Debian, /var/lock is a symlink to /var/run/lock which is a tmpfs mount. --- policy/modules/kernel/files.te | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te index 148d87a..4a59c76 100644 --- a/policy/modules/kernel/files.te +++ b/policy/modules/kernel/files.te @@ -173,6 +173,7 @@ files_mountpoint(var_lib_t) # type var_lock_t; files_lock_file(var_lock_t) +files_mountpoint(var_lock_t) # # var_run_t is the type of /var/run, usually