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 87768138010 for ; Wed, 29 Aug 2012 18:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 271F9E04C2; Wed, 29 Aug 2012 18:48:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBCAAE0458 for ; Wed, 29 Aug 2012 18:48:04 +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 4779833E465 for ; Wed, 29 Aug 2012 18:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C6BA1E5445 for ; Wed, 29 Aug 2012 18:48: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: <1346263385.92db564a8296c2db25db7acdcc7d8fe9940c963f.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.fc policy/modules/kernel/files.te X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 92db564a8296c2db25db7acdcc7d8fe9940c963f X-VCS-Branch: master Date: Wed, 29 Aug 2012 18:48: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: 1440e3c5-392a-4fc0-aeda-10d2e7f7adcc X-Archives-Hash: acf74c286770b91dd6dc5b1d50d9b26f commit: 92db564a8296c2db25db7acdcc7d8fe9940c963f Author: Sven Vermeulen siphos be> AuthorDate: Wed Aug 29 18:03:05 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Aug 29 18:03:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=92db564a Merge with refpolicy / add lost+found filesystem labels to support NSA security guidelines from Guido Trentalancia --- policy/modules/kernel/files.fc | 6 ++++++ policy/modules/kernel/files.te | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/policy/modules/kernel/files.fc b/policy/modules/kernel/files.fc index dd95387..554f157 100644 --- a/policy/modules/kernel/files.fc +++ b/policy/modules/kernel/files.fc @@ -243,6 +243,12 @@ ifndef(`distro_redhat',` /var/lock(/.*)? gen_context(system_u:object_r:var_lock_t,s0) +/var/log/lost\+found -d gen_context(system_u:object_r:lost_found_t,mls_systemhigh) +/var/log/lost\+found/.* <> + +/var/log/audit/lost\+found -d gen_context(system_u:object_r:lost_found_t,mls_systemhigh) +/var/log/audit/lost\+found/.* <> + /var/lost\+found -d gen_context(system_u:object_r:lost_found_t,mls_systemhigh) /var/lost\+found/.* <> diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te index 52ef84e..1f89fe2 100644 --- a/policy/modules/kernel/files.te +++ b/policy/modules/kernel/files.te @@ -1,4 +1,4 @@ -policy_module(files, 1.17.0) +policy_module(files, 1.17.2) ######################################## #