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 897481392EF for ; Wed, 25 Jun 2014 19:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC29E081B; Wed, 25 Jun 2014 19:06:50 +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 8EFAFE081B for ; Wed, 25 Jun 2014 19:06:49 +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 7ACFD34001A for ; Wed, 25 Jun 2014 19:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CDFDF1914C for ; Wed, 25 Jun 2014 19:06:46 +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: <1403722756.c0e9f492435f62283d743a58a0a829ec3dce96df.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/flask/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/flask/access_vectors policy/flask/security_classes X-VCS-Directories: policy/flask/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c0e9f492435f62283d743a58a0a829ec3dce96df X-VCS-Branch: master Date: Wed, 25 Jun 2014 19:06:46 +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: b1a5d176-37c8-45ab-b073-834c7203022f X-Archives-Hash: bc86b0cd05073e1f4ff3ebd544d1e247 commit: c0e9f492435f62283d743a58a0a829ec3dce96df Author: Artyom Smirnov me com> AuthorDate: Wed Jun 25 08:47:15 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Jun 25 18:59:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c0e9f492 Fixes for db_domain and db_exception Rename db_domain to db_type Add "use" permission to db_domain and db_type --- policy/flask/access_vectors | 8 +++++++- policy/flask/security_classes | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors index fd79f83..db7d140 100644 --- a/policy/flask/access_vectors +++ b/policy/flask/access_vectors @@ -808,9 +808,15 @@ inherits database class db_exception inherits database +{ + use +} -class db_domain +class db_type inherits database +{ + use +} # network peer labels class peer diff --git a/policy/flask/security_classes b/policy/flask/security_classes index 9752763..2f5deb7 100644 --- a/policy/flask/security_classes +++ b/policy/flask/security_classes @@ -104,7 +104,7 @@ class db_column # userspace class db_tuple # userspace class db_blob # userspace class db_exception # userspace -class db_domain # userspace +class db_type # userspace # network peer labels class peer