Gentoo Archives: gentoo-hardened

From: Luis Ressel <aranea@×××××.de>
To: Gentoo Hardened <gentoo-hardened@l.g.o>
Subject: [gentoo-hardened] SELinux: portage_ro_role
Date: Thu, 15 Oct 2015 10:02:52
Message-Id: 20151015120241.5eef0148@gentp.lnet
1 Hello,
2
3 our portage policy includes a portage_ro_role interface to allow
4 read-only access to portage data. As usual with _role interfaces,
5 according to the documentation the interface takes a role as the first
6 ($1) and a type as the second argument ($2). However, the directives
7 in the interface actually expect $1 to be a type.
8
9 So, we should either
10 1) replace $1 with $2 inside the interface, or
11 2) rename the interface to something without _role and fix the
12 documentation.
13
14 Regards,
15 Luis Ressel

Replies

Subject Author
Re: [gentoo-hardened] SELinux: portage_ro_role Sven Vermeulen <swift@g.o>