mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 18:05:17 +00:00
Add bird selinux policy
This commit is contained in:
parent
70887c2349
commit
a889af1647
2
sec-policy/selinux-bird/Manifest
Normal file
2
sec-policy/selinux-bird/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST patchbundle-selinux-base-policy-2.20190201-r1.tar.bz2 426390 SHA256 872ce37d359fc2adbeb1910fee3b8ca34df6aec6ef9f96247a5c64db8133ba16 SHA512 f2855a340f4ae7ba6c4cf0ec9445de7ca20f9fc0f11783992340ca2f073bbbf2d4999190f46f3910213dd1555e9578b3609284af6a7712b401053216c004ff7e WHIRLPOOL 190b7faa3913fef33216d88288f947719c74ff12c632574857006e0ee989586c6c8dff084623ead43b88fa2ba9ebd2ad1f21ff671b59856ecab4fca9bc610323
|
||||
DIST refpolicy-2.20190201.tar.bz2 552750 SHA256 ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843 SHA512 c6568b679ad1a7c5c566b55291e86ce3784ee609c0091e5d465d41055724d950180780c7eedb3413351101b9182db51c7bce1816db1a9a17b3257861363efc6e WHIRLPOOL 14323b8fb04f212092553960812ce240d8415d497fb900414ba99c7577e07537b2b377041b2124def88fa05b60a0c74f12c6805ef87a75e22e1784e674ca2b99
|
20
sec-policy/selinux-bird/selinux-bird-2.20190201-r1.ebuild
Normal file
20
sec-policy/selinux-bird/selinux-bird-2.20190201-r1.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
EAPI="5"
|
||||
|
||||
IUSE=""
|
||||
MODS="bird"
|
||||
POLICY_FILES=""
|
||||
|
||||
inherit selinux-policy-2
|
||||
|
||||
DESCRIPTION="SELinux policy for bird"
|
||||
|
||||
RDEPEND="sec-policy/selinux-base-policy"
|
||||
|
||||
if [[ $PV == 9999* ]] ; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user