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 E9537138CD0 for ; Fri, 22 May 2015 19:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63BA5E0874; Fri, 22 May 2015 19:32:26 +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 D7024E0874 for ; Fri, 22 May 2015 19:32:25 +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 16B64340BEA for ; Fri, 22 May 2015 19:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD5B89F9 for ; Fri, 22 May 2015 19:32:23 +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: <1432322203.f160686cb9df39cb59dda8c3178fd70f9c4a1b48.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: f160686cb9df39cb59dda8c3178fd70f9c4a1b48 X-VCS-Branch: master Date: Fri, 22 May 2015 19:32:23 +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: 280948c5-3e93-4f09-acfc-603389ad026e X-Archives-Hash: 6bb9987854b8cab413d6a89ed001c500 commit: f160686cb9df39cb59dda8c3178fd70f9c4a1b48 Author: Laurent Bigonville bigon be> AuthorDate: Wed May 6 16:31:28 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri May 22 19:16:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f160686c Add "binder" security class and access vectors policy/flask/access_vectors | 8 ++++++++ policy/flask/security_classes | 2 ++ 2 files changed, 10 insertions(+) diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors index da539c8..2b20aa0 100644 --- a/policy/flask/access_vectors +++ b/policy/flask/access_vectors @@ -844,6 +844,14 @@ inherits socket attach_queue } +class binder +{ + impersonate + call + set_context_mgr + transfer +} + class x_pointer inherits x_device diff --git a/policy/flask/security_classes b/policy/flask/security_classes index caed61a..653d347 100644 --- a/policy/flask/security_classes +++ b/policy/flask/security_classes @@ -123,6 +123,8 @@ class kernel_service class tun_socket +class binder + # Still More SE-X Windows stuff class x_pointer # userspace class x_keyboard # userspace