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 0903F1388C0 for ; Mon, 26 Oct 2015 05:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050C1E07F1; Mon, 26 Oct 2015 05:48:41 +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 904AEE07F1 for ; Mon, 26 Oct 2015 05:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A05B7340AE4 for ; Mon, 26 Oct 2015 05:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F27C192C for ; Mon, 26 Oct 2015 05:48:37 +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: <1445830539.968134591ae36b6064488b8ed9d7082aad03101b.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 968134591ae36b6064488b8ed9d7082aad03101b X-VCS-Branch: master Date: Mon, 26 Oct 2015 05:48:37 +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: 56c93992-7d54-4ed1-a399-47e0c6551842 X-Archives-Hash: 8b3d10918990d9e1cd0e4450f3c2f11f commit: 968134591ae36b6064488b8ed9d7082aad03101b Author: Chris PeBenito tresys com> AuthorDate: Tue Oct 20 15:29:11 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Oct 26 03:35:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=96813459 Add systemd access vectors. policy/flask/access_vectors | 21 +++++++++++++++++++++ policy/flask/security_classes | 2 ++ 2 files changed, 23 insertions(+) diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors index 056cdd7..3fe2bb9 100644 --- a/policy/flask/access_vectors +++ b/policy/flask/access_vectors @@ -393,6 +393,17 @@ class system syslog_mod syslog_console module_request + + # these are overloaded userspace + # permissions from systemd + halt + reboot + status + start + stop + enable + disable + reload } # @@ -910,3 +921,13 @@ inherits database implement execute } + +class service +{ + start + stop + status + reload + enable + disable +} diff --git a/policy/flask/security_classes b/policy/flask/security_classes index 8bc5d4e..8b6f1ed 100644 --- a/policy/flask/security_classes +++ b/policy/flask/security_classes @@ -145,4 +145,6 @@ class db_view # userspace class db_sequence # userspace class db_language # userspace +class service # userspace + # FLASK 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 F121513888F for ; Mon, 26 Oct 2015 05:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 517BC21C00A; Mon, 26 Oct 2015 05:36:43 +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 EBCDF21C006 for ; Mon, 26 Oct 2015 05:36:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D80943408F9 for ; Mon, 26 Oct 2015 05:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36FCC192C for ; Mon, 26 Oct 2015 05:36:35 +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: <1445830539.968134591ae36b6064488b8ed9d7082aad03101b.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next 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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 968134591ae36b6064488b8ed9d7082aad03101b X-VCS-Branch: next Date: Mon, 26 Oct 2015 05:36:35 +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: f19bb750-63ab-4479-8da7-da7b3cda94b8 X-Archives-Hash: 185e498bb526b92fc1ef9c228ce00f01 Message-ID: <20151026053635.DYGAAeMFjulOi9TLT6SrY55vvu5yQvjmxd75153Ii_g@z> commit: 968134591ae36b6064488b8ed9d7082aad03101b Author: Chris PeBenito tresys com> AuthorDate: Tue Oct 20 15:29:11 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Oct 26 03:35:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=96813459 Add systemd access vectors. policy/flask/access_vectors | 21 +++++++++++++++++++++ policy/flask/security_classes | 2 ++ 2 files changed, 23 insertions(+) diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors index 056cdd7..3fe2bb9 100644 --- a/policy/flask/access_vectors +++ b/policy/flask/access_vectors @@ -393,6 +393,17 @@ class system syslog_mod syslog_console module_request + + # these are overloaded userspace + # permissions from systemd + halt + reboot + status + start + stop + enable + disable + reload } # @@ -910,3 +921,13 @@ inherits database implement execute } + +class service +{ + start + stop + status + reload + enable + disable +} diff --git a/policy/flask/security_classes b/policy/flask/security_classes index 8bc5d4e..8b6f1ed 100644 --- a/policy/flask/security_classes +++ b/policy/flask/security_classes @@ -145,4 +145,6 @@ class db_view # userspace class db_sequence # userspace class db_language # userspace +class service # userspace + # FLASK