From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 621521396DA for ; Sun, 5 Nov 2017 08:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B11E0DC8; Sun, 5 Nov 2017 08:01:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86669E0DC8 for ; Sun, 5 Nov 2017 08:01:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33D5E33BE18 for ; Sun, 5 Nov 2017 08:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEEBD958C for ; Sun, 5 Nov 2017 08:01:40 +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: <1509863915.7c26bbe13b7092ebfcaf064de9f464bca877a98c.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/userdomain.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 7c26bbe13b7092ebfcaf064de9f464bca877a98c X-VCS-Branch: master Date: Sun, 5 Nov 2017 08:01:40 +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: 40fc7590-47dc-4c16-a6ba-4f8eced4b950 X-Archives-Hash: 750e39111d313152e2f25044ee67dc6c commit: 7c26bbe13b7092ebfcaf064de9f464bca877a98c Author: Jason Zaman perfinion com> AuthorDate: Tue Oct 31 05:37:06 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Nov 5 06:38:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7c26bbe1 userdomain: allow admin to rw tape storage policy/modules/system/userdomain.if | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/userdomain.if b/policy/modules/system/userdomain.if index bc8052e6..cb183a90 100644 --- a/policy/modules/system/userdomain.if +++ b/policy/modules/system/userdomain.if @@ -1251,6 +1251,8 @@ template(`userdom_admin_user_template',` fs_set_all_quotas($1_t) fs_exec_noxattr($1_t) + storage_read_tape($1_t) + storage_write_tape($1_t) storage_raw_read_removable_device($1_t) storage_raw_write_removable_device($1_t)