diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-01-26 14:15:24 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-01-26 15:25:53 +0800 |
commit | 4a254322097c1f716d1ef02dfa97b53a8d1da0aa (patch) | |
tree | 665926d0a1f41046a9602f1af89940d141259402 /sec-policy/selinux-syncthing | |
parent | sec-policy/selinux-syncthing: New policy package (diff) | |
download | gentoo-4a254322097c1f716d1ef02dfa97b53a8d1da0aa.tar.gz gentoo-4a254322097c1f716d1ef02dfa97b53a8d1da0aa.tar.bz2 gentoo-4a254322097c1f716d1ef02dfa97b53a8d1da0aa.zip |
sec-policy: Release of SELinux policies 2.20161023-r4
Package-Manager: portage-2.3.3
Diffstat (limited to 'sec-policy/selinux-syncthing')
-rw-r--r-- | sec-policy/selinux-syncthing/Manifest | 2 | ||||
-rw-r--r-- | sec-policy/selinux-syncthing/selinux-syncthing-2.20161023-r4.ebuild | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sec-policy/selinux-syncthing/Manifest b/sec-policy/selinux-syncthing/Manifest new file mode 100644 index 000000000000..d1c9cf087aca --- /dev/null +++ b/sec-policy/selinux-syncthing/Manifest @@ -0,0 +1,2 @@ +DIST patchbundle-selinux-base-policy-2.20161023-r4.tar.bz2 358553 SHA256 d105d5fbf2859d7f9766ef46ef29c3d71165b4f5ff9548bcbdeca5a1f76b0c27 SHA512 a99f3eda699eb4b040c19f51060a96a116a76aabda323d1a2d840f130c6ccfe34118645d296d48f855a2a2abb0ab6db686b37d02950012798796eafcebfdd781 WHIRLPOOL 849b0e88ed3f1f54de18c0c2edcc0fecd3968e30eb970aace41d0b79aa3d203b2bbcf96f4c564fed95e7b3c8e3b2f524e11c9942ab36e6d6c49431696925b8a8 +DIST refpolicy-2.20161023.tar.bz2 1768667 SHA256 14c9576e2cdf0ecf656134bc59cba99589dbba2895344d2fc226bdb5d8e541c7 SHA512 3201ca3c6cada1053343d3763d36072cf40afa46bf5343087a8254320879cb61fef539dc7742e04e5645d0c886b8f4bf552bf502e9716f7a3282efc0b0ed970d WHIRLPOOL 3f44955c3b13f5a6152d8ca8b75b3c8d52becc1c47b3b0126f5c86fbdad8bf6a1ae72c42e0b130352e139f987340b3c0d3d37aac5b80c5e3d731fcd666b88504 diff --git a/sec-policy/selinux-syncthing/selinux-syncthing-2.20161023-r4.ebuild b/sec-policy/selinux-syncthing/selinux-syncthing-2.20161023-r4.ebuild new file mode 100644 index 000000000000..a69914248dc7 --- /dev/null +++ b/sec-policy/selinux-syncthing/selinux-syncthing-2.20161023-r4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI="6" + +IUSE="" +MODS="syncthing" + +inherit selinux-policy-2 + +DESCRIPTION="SELinux policy for syncthing" + +if [[ ${PV} != 9999* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" +fi |