BZh91AY&SYY{P 0)b'"(H,rXPAKPACKXa}USE=FEATURES=WLICENSECOUNTER(selinux-base-policy-2.20151208-r4.ebuildCXXFLAGS:IUSE_EFFECTIVEVKEYWORDSCBUILD6CONTENTSUSLOTUDEPENDW0IUSE BUILD_TIME CHOSTLDFLAGSPF"HOMEPAGE1DEFINED_PHASES0/ repository_PDEPENDf INHERITED SIZECATEGORY EAPI DESCRIPTION environment.bz2IOCFLAGSa": BINPKGMD5a\!arm elibc_glibc kernel_linux systemd unconfined userland_GNU assume-digests binpkg-logs buildpkg candy compressdebug config-protect-if-modified distcc distcc-pump distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch parallel-install preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr GPL-2 6328# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" inherit eutils if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="${SELINUX_GIT_REPO:-git://anongit.gentoo.org/proj/hardened-refpolicy.git https://anongit.gentoo.org/git/proj/hardened-refpolicy.git}" EGIT_BRANCH="${SELINUX_GIT_BRANCH:-master}" EGIT_CHECKOUT_DIR="${WORKDIR}/refpolicy" inherit git-r3 else SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi HOMEPAGE="https://www.gentoo.org/proj/en/hardened/selinux/" DESCRIPTION="SELinux policy for core modules" IUSE="systemd +unconfined" PDEPEND="unconfined? ( sec-policy/selinux-unconfined )" DEPEND="=sec-policy/selinux-base-${PVR}[systemd?]" MODS="application authlogin bootloader clock consoletype cron dmesg fstools getty hostname hotplug init iptables libraries locallogin logging lvm miscfiles modutils mount mta netutils nscd portage raid rsync selinuxutil setrans ssh staff storage su sysadm sysnetwork tmpfiles udev userdomain usermanage unprivuser xdg" LICENSE="GPL-2" SLOT="0" S="${WORKDIR}/" # Code entirely copied from selinux-eclass (cannot inherit due to dependency on # itself), when reworked reinclude it. Only postinstall (where -b base.pp is # added) needs to remain then. pkg_setup() { if use systemd; then MODS="${MODS} systemd" fi } pkg_pretend() { for i in ${POLICY_TYPES}; do if [[ "${i}" == "targeted" ]] && ! use unconfined; then die "If you use POLICY_TYPES=targeted, then USE=unconfined is mandatory." fi done } src_prepare() { local modfiles if [[ ${PV} != 9999* ]]; then # Patch the source with the base patchbundle cd "${S}" EPATCH_MULTI_MSG="Applying SELinux policy updates ... " \ EPATCH_SUFFIX="patch" \ EPATCH_SOURCE="${WORKDIR}" \ EPATCH_FORCE="yes" \ epatch fi # Apply the additional patches refered to by the module ebuild. # But first some magic to differentiate between bash arrays and strings if [[ "$(declare -p POLICY_PATCH 2>/dev/null 2>&1)" == "declare -a"* ]]; then cd "${S}/refpolicy/policy/modules" for POLPATCH in "${POLICY_PATCH[@]}"; do epatch "${POLPATCH}" done else if [[ -n ${POLICY_PATCH} ]]; then cd "${S}/refpolicy/policy/modules" for POLPATCH in ${POLICY_PATCH}; do epatch "${POLPATCH}" done fi fi # Calling user patches epatch_user # Collect only those files needed for this particular module for i in ${MODS}; do modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.te) $modfiles" modfiles="$(find ${S}/refpolicy/policy/modules -iname $i.fc) $modfiles" done for i in ${POLICY_TYPES}; do mkdir "${S}"/${i} || die "Failed to create directory ${S}/${i}" cp "${S}"/refpolicy/doc/Makefile.example "${S}"/${i}/Makefile \ || die "Failed to copy Makefile.example to ${S}/${i}/Makefile" cp ${modfiles} "${S}"/${i} \ || die "Failed to copy the module files to ${S}/${i}" done } src_compile() { for i in ${POLICY_TYPES}; do emake NAME=$i -C "${S}"/${i} || die "${i} compile failed" done } src_install() { local BASEDIR="/usr/share/selinux" for i in ${POLICY_TYPES}; do for j in ${MODS}; do einfo "Installing ${i} ${j} policy package" insinto ${BASEDIR}/${i} doins "${S}"/${i}/${j}.pp || die "Failed to add ${j}.pp to ${i}" done done } pkg_postinst() { # Override the command from the eclass, we need to load in base as well here local COMMAND for i in ${MODS}; do COMMAND="-i ${i}.pp ${COMMAND}" done for i in ${POLICY_TYPES}; do einfo "Inserting the following modules, with base, into the $i module store: ${MODS}" cd /usr/share/selinux/${i} || die "Could not enter /usr/share/selinux/${i}" semodule -s ${i} -b base.pp ${COMMAND} || die "Failed to load in base and modules ${MODS} in the $i policy store" done # Relabel depending packages local PKGSET=""; if [ -x /usr/bin/qdepends ] ; then PKGSET=$(/usr/bin/qdepends -Cq -r -Q ${CATEGORY}/${PN} | grep -v 'sec-policy/selinux-'); elif [ -x /usr/bin/equery ] ; then PKGSET=$(/usr/bin/equery -Cq depends ${CATEGORY}/${PN} | grep -v 'sec-policy/selinux-'); fi if [ -n "${PKGSET}" ] ; then rlpkg ${PKGSET}; fi } -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 elibc_AIX elibc_Cygwin elibc_Darwin elibc_DragonFly elibc_FreeBSD elibc_HPUX elibc_Interix elibc_NetBSD elibc_OpenBSD elibc_SunOS elibc_Winnt elibc_bionic elibc_glibc elibc_mingw elibc_mintlib elibc_musl elibc_uclibc hppa hppa-hpux ia64 ia64-hpux ia64-linux kernel_AIX kernel_Darwin kernel_FreeBSD kernel_HPUX kernel_Interix kernel_NetBSD kernel_OpenBSD kernel_SunOS kernel_Winnt kernel_freemint kernel_linux m68k m68k-mint mips nios2 ppc ppc-aix ppc-macos ppc-openbsd ppc64 ppc64-linux prefix prefix-guest riscv s390 sh sparc sparc-fbsd sparc-solaris sparc64-freebsd sparc64-solaris systemd unconfined userland_BSD userland_GNU x64-cygwin x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt ~amd64 ~arm ~arm64 ~mips ~x86 armv7a-hardfloat-linux-gnueabi 0 =sec-policy/selinux-base-2.20151208-r4[systemd] systemd +unconfined 1472577763 armv7a-hardfloat-linux-gnueabi -Wl,-O1 -Wl,--as-needed selinux-base-policy-2.20151208-r4 https://www.gentoo.org/proj/en/hardened/selinux/ compile install postinst prepare pretend setup gentoo sec-policy/selinux-unconfined multilib toolchain-funcs eutils 0 sec-policy 5 SELinux policy for core modules BZh91AY&SYRmtDD`V޼ $oum^ӽ@t_0gҨޫ}:=!wlݻhoM[_/}7}_f(D1LiOb&5L2@hГiO&M'QeMFAB!M53B3QOzj$m^>= I4Py5_D}Gi=p,S`Y]EEc~)<O#ƄcM0='ERaD%"%\qU fu+,J߁:PŃ ;k!;HqԦ)]n>r3#ʛgC5.5$QG(>,B8 wJ\ tKw2YyPy㭝y[nOe_ɀKJ%ZoE*|xc xv`s7f;iNN@q+3-UI' I "CBN\YcDL6)&b^E6% !M.3ܹȡ$z}_3rj;yyv[1qQ달# I þvfӢ pyUhPQwp< [hEk7yY Kl39D@38se±rR#m򅳚 yEU v &J@L2ED³\w| gWǫJ!Ľuǯe<q{Ɔi 6_KfZC0xT^DcF^Rg+%SR)7 Fdӹs *iwy>^!r $ #y~}Y=+̐ t*4w ?GUA`C$J A'}#4]x:Dv˶oaRY}?Q5m\eHXLLv\{85x%d}m%ZK0@L;,"_P*nRCɿIv۫XJ)ܦHP' ^GKj"6lic9z<>8,ZuqV$۹Ǻ9 ]<|N6/e9gˬDo)$Rf%4VE~D/iE22qvO͢Vf1*){*ڋ{g^žjlgg?'NDs˱ \\r;06Nl%%\-Hq|DndDz;x:ڼ2dYЉ9ihPJ >J8_: 0g/B#P3.Y%o%39ݳHtqSI[pȻUŋd d39g<#"JBY V<*h&cNH jj芧t$uJO!j&Bc~v; 9YDd{vR+e2oh1 M߸]hFA&]OӎiGg.)"lnF[շniW>_E'!,D" d3!Y-ێVjK" Jʒ]> Vfߘ̢bTSIqAt!L/N.tF E䛙S}p,ԛ`i ,j o0`װPu6ӵ8&v vk_uV>b=:aR;Iצ4ܬM{XƗ<-c1d*f/PV&du'&}hQɩY_0ݟJED S]L=w}4Y 6ghe/0X~֢jܧ>,~9wDV 1S8pg Fu C&5=n؜dal|WƬ9嗞z %;w ~xiS;#Q2D DFGD#Ô_,:$^HQ '`r-98{?OPIm`COב H"$MR  A0QQ&EEFE%oFdzsV_:>o#>_{L7w]FHsJДʪKn 6(L~bƪꒊtr?5+fĆ#dVJʄ0@s3KOĔHa]qcBB.P2wX!je!27X 2 E2%q0hU[T2",ΩRR!.iS"uFf"%}: IQA`#AI$M ^;³#: Lu$D}@L4:9-*@Y0?W܈Ҩb$A9HT TE(j B] `-4r0sI^IR`KbLi◦/6]~3:mP˜GC(LKyf7 %9AM WV#ĕLXN4Fפ,L^@E ~@JJ!wG/2neV T@ w+ AqpmidsxQꞡ;p8BY {yEm-k9Q1(>Fpn)$w>|\?K~H'ưٴOꂔ(~>cĭHolk8Vi;.> xνw ?7lG*?k5ONe!9ӜOlln=^9Yv\j]|{q6z$bfJ3:ƅ"$'jgN b3EK"5ßi.vm|QURzWѿT~N(i5nm2E~3'!SUpg6fuۜ6!Y32R=R`?i?HyQ*oO|)_ܞESmI+ ! k0.nEiFgOu`GKƆ_Azjz#Yӭم)~|bZ$lv}埓xEQALEWap|*|-KY|I~;tzD5~!|MZdv/\'bC_euO,x`0?бT=IavI m_hY* DŽxBxxBl㷔|{Rx?Tc 2OwGQE4hG/  6P\m (XŤ c(~d ;~4JUal3L4 nL~ϴTَ; t]Rr%a!A  ujt"QV׎K-hr(؜pG_lY8TRPO3M "H̨#^W|OWC333#rLZsZ/H8b`I!z׷jNT"C [C1f[E>˃zNvS&3tHHm@Lg.?bGj5S[ qB"0II$4˽$̓3$9GQ <  B$cmxK [':y/$vTjIC =䢚 gOv7OEc8EX~fI?4<܍PT@>sTwu]x?lΫ 7uLPbvW؋c)@}<>*_?Oܑd8QL,wXx$wluٙ;@'X-͸7q%L/Vi.dBWmCkȅ ZcZ?.R{qu?]|ڙꡇ؝NϦt-M[Eoi"14kPSHf1xΉ/עJ{t1}oM+jZL9jZ%iZp2hЕ^1n)ok#=6cU^1{%̹"%AB2?zK^3-Jh_d|C V"2Lq+.LbFW[Ku* ˆbe 6|3FEA( obsCϭKߏ,ָn5fћJRj`_nqɜ Փ%R'YR=Uwۗ)GNSBw.^V\1SeœrO6Lxuf!*5QoXaL  6Lƙ,bJ:eyssJ64eyJɆ@8Q%Z[!M2kY}H`=ruWlqa_FHMW ]  * b*A#PcU)(Ͽ\lQ_| KG_p_\RR G%Jh-sd& *OՕ!vX~?c5M2fKC43tGTMol),sr!k*+HO:RE_﷯[Ҟ1S^l< o~T>mYWY6[Qw8U(Duv})J6lp56̟ ˟VM~wg\馝c^?𔴱xX>+^"5Ya}M-UQB. g!8~SpSm6ň>n|?o_1  z3s g6ConGa7A> Q 6~dTZ5~MaQ,Tx?ݗItѐF m|~~9o9/t(e+g*eSR gA.ntv IUтJ1D@Τi0m;o2U#h@@4[Fjj|fFptv}_Go['(xꆄBP`3}:,gg&:Qa8+·1bz]' JVG\yPCIUZ>fX TB 4E `G%Ȁ++RM0^.+D,R엷OHO0Jn0M P<*i.a|-1͜EA }xywXftH#AF P~G'i2@5#PN/ BRmbn 5EY.]Zxeܙ(& uAJr [ @xiDHp  ]עjH6߾n`'܊$~lEm K(ԤFЧS 򛗭MΖ`MݑA 5A od[ݑ^cb;qԅy-dփ//{VBJnlݵ  5SBIf5b׈HCPxΙt *uuj8r̄tn&bGSq^}dHbR2v21BraLYiz9pHpgb6/IRzD@WmC3i1fM: TU"7*OʾXW[ %ESPmUGQGU)љl=@pLMbijc/@_XժPBh:fc"XR X PPN,08y$e,':ʃNP3tb'ja*w zo6Չ^3Z: xs];sS\(R-ƉH F.Нsƥ,%y^0}"X@H<+` t:LEpIvl`n_Y -) C{̏!svH}Tj ("#?aQ^ F@Y$;8lA?(kPҢCC!NzDwn?v?|p}JC"{^^$ CE.nSwb\1V,K*UAj7~[! %"pAPɣ:36,QUsZV;|q&EET~q3K5(pbl#υ }9 ubZ:%|+ VM3z,gG|ζmO?->s"9u,%aE.sh+Մa1g%?_ !JjϠ\ LO<7_X;DS>RpDcT䕍Q{P幘-]3|~4U[0q{YY-d02& ]rZ:lc0 P!N#кd"3R8p#mdq\N/1Vv&-b˂5JI]b*!{W(nauoA}oG8jR&FqcWV--EpA$F $G~X (F>*V5N:_(<9Yr7/?82z&7D^<@@HI)X]u q gw,5 +#?VwdW=+LMݱm)M*EDőD4FI>ʷR4`LJK%@M!6'T7Y_(2h*aٝOeM ^RX!P0:J-vwN`grh)# x#{ݢzrE q#΀xZ SjjW.nX fq㘥i:S atr0`;shaʹg3r`cgճޮ/|#2z{qF8ÛO}j;GzqLWܥje7|= ,>o3B=td{mp]}^ٳ"_;hU/jQ q9A" m[J9$ócA>uZdD'6QZ5!7UQb2N3Y3н*K :(#ʅN0 cRrjADX^T S3 ‚ (Z>j =un>io J]Jow4@ @KF w+4_[vQV``[pabҪkR0P;_2z]|ے00A H2dD,-51)]`q4-sUJ_z8;^hsKZ쐛FtƓƪzyϡq swgmzKR PM:5dfcM&S*>:Q'|i*XGDJ7^u&nlX+C/l`mX* y eY!rv8am:nbZ fj^F+!2 QcLLE5O:~xB`Pwo%?`Wi>. ŘEdP[ ^GJ Eu롽%=ĒwGwJmTŤPMF}/p }N}mG>;*HE)!!6m1|M12e=lk~,g҃ hD:2ZplxBg B^IK i"^o׺HT `Y=K:B١T3R_ٰ7L+S9\Q SsWG`2gЫ uVI 4Kᒱ3GCch|n4P^A 1QYlGdX+ ^NGe%a*Lg~ﵭF6v2ĴRkX33˳AjaȾ3qgG ѧƘ `UIsWQ].}ID4áU `P~Ј)R k&L <6jJQAQD3Mf~p]7*X#2 lԐ]Ʒ}ǮOA7ラY*TICB*[א}a@,͟s_KdDURmC`=9..d.[huq}>4\wĶʻM~ڙ.Ogҗ28 bUGP}vX!3^o4M}:^޿rǠ{]rũL軕Q<3>lG SN ⨤]:2%Ƅ05&>n&ЭG[>2~8~)i <5$&[kើUj@&B1 2 ㉛[v;!h D5'цVDED vvhcoTdi\|p߰ueka5Haƛ"k(+S#H4+E oGӬAj m ~%ak\ŷ0d-8  -HH6uiJ37l&%*fd&_"$Ǖ6`,դ,ILA*Q2fJ\C7m:b&zDrB3ZtgTBB bY+m#-1P+{x,h1MSP.V; ݼB'I|c@;;9e2*xa}k*%X]dR'jK*e>:yGH q%~ ¹@qll^,7`m" b`*R,}(Ǡ3Z * 4n5G;ƒ }U &Jm`:zccfҞC0տ6XXFqHh*F`ёr $9,VBD7ߥEKg$4O',ucI#Yc/yūDy:42׎MbYLNm ow06 okӆ&Q٢( BWeBy4B y`1[fX8РjK%slB9Pa+K뀤X#Y ]#f+Y 1\| 1u@;uPa{SMB$Ib?0&Ni{4sn QaaUpU`( m#"-QHXTĠ`>13*=ez7-qUWUqW ]Ɋv d\Vd#+ U@P fͬ,+HK~B;)X'^]"VU1 z:(b; ;"*T 2N+,P,4ļbivL,:&%K Kd ˆ"EqVMw )ݹ? 4N{ٯBsPFJA]!:5ׄs)\aEIRY b`7~ BGǷ>n4oBwl'@(TELV*.8U@zudĪ-&rc12` ]XZ^- } de7JVjAvdP _d(V/p,bҪGXT,-DRĘ"HKJ8i2>QE!A!$@E19Vf;R8'I֐+zJq 9K0344(LAœَ1Y1zBV\cpWCI)"QH*eR׊1oVYw 5 P̴ ͕=V+ őUD[d<$-)(tRDDd p; &2f#`Vc$ ƽљ8 }?'`hLOς<%60&H'"pܳYG*TLc!ToH`Q ØfaGJ*/(6 u # [@@_popMCb!ޝEOk%HAdp72 K2KPQ (1dRa (D ama߆t]aE31-oJAmSqFcuBM Q!qB ]R^?/ &]=Y|𓪧nM?#+,-M@RER1 \odt.,&snFxOCOjN,6@:9̎6S"dVsС w?>}k@;B9C"|aӒo0`ƪf3T2W DWinc7# ֣p.vVVoOD2QBO,?>g&%A OND5ubMvG!9m ~ส\Xڣ5ʵ$v;I\1qwH҇fNI|3-B%Pѐwsme֦JqMmi>pڂN~B^3Z?Ic--Oc< פ'u+/YJڲpC4OزSuI@ImW[-\ b%޴D:O4Ś"xd4ۆᔖR枞"]a۹BK56]3mNDo6ӠP?K29T& ~ P*Nu˳/2:z<{FP3O t<߫8V +files/config, +files/modules.conf, +metadata.xml, +selinux-base-policy-2.20140311-r5.ebuild, +selinuA !!3 sec-policyselinux-base-policy       p] d74bfe9b52f858caceca9ade79f256e9a6a89d7fa15ea25eeb3002a4da0eed925163430f9a1cd28cbd05156640c64cbe5dc263b35ecb4a9d59dfdee32d29d340f3257fbeb343b4ddd85f75398b5ce16f3bd84bf9cbfbdc6f6cc6a822cd4170ff4b45c4fb48e18de46c88a90d69ed70f54c70ce66 1icompile install postinst prepare pretend setup  8l 7  _#058I6etablesettingssettings;CREATE TABLE settings ( setting_name VARCHAR, setting_value VARCHAR, PRIMARY KEY(setting_name) )/7Cindexsqlite_autoindex_settings_1settings<5tablexpakdataxpakdata:CREATE TABLE xpakdata ( idpackage INTEGER PRIMARY KEY, data BLOB )!3))}tablepreserved_libspreserved_libs8CREATE TABLE preserved_libs ( library VARCHAR, elfclass INTEGER, path VARCHAR, atom VARCHAR, PRIMARY KEY (library, path, elfclass) );4O)indexsqlite_autoindex_preserved_libs_1preserved_libs91==Atableentropy_branch_migrationentropy_branch_migration6CREATE TABLE entropy_branch_migration ( repository VARCHAR, from_branch VARCHAR, to_branch VARCHAR, post_migration_md5sum VARCHAR, post_upgrade_md5sum VARCHAR, PRIMARY KEY (repository, from_branch, to_branch) )O2c=indexsqlite_autoindex_entropy_branch_migration_1entropy_branch_migration79055tablepackagespmrepositorypackagespmrepository5CREATE TABLE packagespmrepository ( idpackage INTEGER PRIMARY KEY, repository VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE ))/--tablepackagespmphasespackagespmphases3CREATE TABLE packagespmphases ( idpackage INTEGER PRIMARY KEY, phases VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE ).//Otablepackagesignaturespackagesignatures2CREATE TABLE packagesignatures ( idpackage INTEGER PRIMARY KEY, sha1 VARCHAR, sha256 VARCHAR, sha512 VARCHAR, gpg BLOB, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )-''ktableprovided_mimeprovided_mime1CREATE TABLE provided_mime ( mimetype VARCHAR, idpackage INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )2,--tablepackagedownloadspackagedownloads0CREATE TABLE packagedownloads ( idpackage INTEGER, download VARCHAR, type VARCHAR, size INTEGER, disksize INTEGER, md5 VARCHAR, sha1 VARCHAR, sha256 VARCHAR, sha512 VARCHAR, gpg BLOB, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )+11Mtablepackagedesktopmimepackagedesktopmime/CREATE TABLE packagedesktopmime ( idpackage INTEGER, name VARCHAR, mimetype VARCHAR, executable VARCHAR, icon VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )  gentoo      +schema_revision6=_baseinfo_extrainfo_20101/on_delete_cascade1 archarmv7l +schema_revision=_baseinfo_extrainfo_2010/on_delete_cascade arch>m, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but? does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any wor@k based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. Bx-base-policy-2.20140311-r6.ebuild, +selinux-base-policy-2.20140311-r7.ebuild, +selinux-base-policy-2.20141203-r1.ebuild, +selinux-base-policy-2.20141203-r2.ebuild, +selinux-base-policy-2.20141203-r3.ebuild, +selinux-base-policy-2.20141203-r4.ebuild, +selinux-base-policy-2.20141203-r5.ebuild, +selinux-base-policy-2.20141203-r6.ebuild, +selinux-base-policy-2.20141203-r7.ebuild, +selinux-base-policy-2.20141203-r8.ebuild, +selinux-base-policy-9999.ebuild: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 24 Aug 2015; Justin Lecher metadata.xml, selinux-base-policy-2.20140311-r5.ebuild, selinux-base-policy-2.20140311-r6.ebuild, selinux-base-policy-2.20140311-r7.ebuild, selinux-base-policy-2.20141203-r1.ebuild, selinux-base-policy-2.20141203-r2.ebuild, selinux-base-policy-2.20141203-r3.ebuild, selinux-base-policy-2.20141203-r4.ebuild, selinux-base-policy-2.20141203-r5.ebuild, selinux-base-policy-2.20141203-r6.ebuild, selinux-base-policy-2.20141203-r7.ebuild, selinux-base-policy-2.20141203-r8.ebuild, selinux-base-policy-9999.ebuild: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher 24 Aug 2015; Mike Gilbert metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 *selinux-base-policy-2.20141203-r9 (06 Sep 2015) 06 Sep 2015; Jason Zaman +selinux-base-policy-2.20141203-r9.ebuild: sec-policy: Release of SELinux policies 2.20141203-r9 Package-Manager: portage-2.2.20.1 06 Sep 2015; Jason Zaman selinux-base-policy-2.20141203-r8.ebuild: sec-policy: Stabilize SELinux policies 2.20141203-r8 Package-Manager: portage-2.2.20.1 *selinux-base-policy-2.20141203-r10 (22 Nov 2015) 22 Nov 2015; Jason Zaman +selinux-base-policy-2.20141203-r10.ebuild: sec-policy: Release of SELinux policies 2.20141203-r10 Package-Manager: portage-2.2.20.1 22 Nov 2015; Jason Zaman selinux-base-policy-2.20141203-r9.ebuild: sec-policy: Stabilize SELinux policies 2.20141203-r9 22 Nov 2015; Jason Zaman -selinux-base-policy-2.20140311-r5.ebuild, -selinux-base-policy-2.20140311-r6.ebuild, -selinux-base-policy-2.20140311-r7.ebuild: sec-policy: Drop old SELinux policies <=2.20140311-r7 *selinux-base-policy-2.20151208-r1 (18 Dec 2015) 18 Dec 2015; Jason Zaman +selinux-base-policy-2.20151208-r1.ebuild: sec-policy: Release of SELinux policies 2.20151208-r1 18 Dec 2015; Jason Zaman selinux-base-policy-2.20141203-r10.ebuild: sec-policy: Stabilize selinux policy 2.20141203-r10 Package-Manager: portage-2.2.24 21 Dec 2015; Jason Zaman metadata.xml: sec-policy: migrate selinux herd to project Package-Manager: portage-2.2.24 24 Jan 2016; Michał Górny metadata.xml: Unify quoting in metadata.xml files for machine processing Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes. 24 Jan 2016; Michał Górny metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) *selinux-base-policy-2.20151208-r2 (13 Feb 2016) 13 Feb 2016; Jason Zaman +selinux-base-policy-2.20151208-r2.ebuild: sec-policy: Release of SELinux policies 2.20151208-r2 Package-Manager: portage-2.2.26 13 Feb 2016; Jason Zaman selinux-base-policy-2.20151208-r1.ebuild: sec-policy: Stabilize selinux policy 2.20151208-r1 Package-Manager: portage-2.2.26 17 Feb 2016; Mike Frysinger selinux-base-policy-2.20141203-r1.ebuild, selinux-base-policy-2.20141203-r2.ebuild, selinux-base-policy-2.20141203-r3.ebuild, selinux-base-policy-2.20141203-r4.ebuild, selinux-base-policy-2.20141203-r5.ebuild, selinux-base-policy-2.20141203-r6.ebuild, selinux-base-policy-2.20141203-r7.ebuild, selinux-base-policy-2.20141203-r8.ebuild, selinux-base-policy-2.20141203-r9.ebuild, selinux-base-policy-2.20141203-r10.ebuild, selinux-base-policy-2.20151208-r1.ebuild, selinux-base-policy-2.20151208-r2.ebuild, selinux-base-policy-9999.ebuild: sec-policy/*: drop redundant empty KEYWORDS This makes `ekeyword` much easier. 18 Feb 2016; Mike Frysinger selinux-base-policy-2.20151208-r1.ebuild, selinux-base-policy-2.20151208-r2.ebuild, selinux-base-policy-9999.ebuild: selinux: initial arm/arm64/mips support *selinux-base-policy-2.20151208-r3 (23 Mar 2016) 23 Mar 2016; Jason Zaman +selinux-base-policy-2.20151208-r3.ebuild: sec-policy: Stabilize selinux policy 2.20151208-r3 Package-Manager: portage-2.2.26 23 Mar 2016; Jason Zaman selinux-base-policy-2.20151208-r2.ebuild: stabilize missed for -r2 policy Package-Manager: portage-2.2.26 04 Jun 2016; Jason Zaman selinux-base-policy-9999.ebuild: Add systemd useflag and module Package-Manager: portage-2.2.28 05 Jun 2016; Sven Vermeulen selinux-base-policy-9999.ebuild: Use DEPEND on selinux-base rather than RDEPEND The sec-policy/selinux-base-policy package builds the base SELinux policy modules for a system, and requires the interface files for it that are provided by the sec-policy/selinux-base package. As such, we need a DEPEND on this rather than an RDEPEND. Package-Manager: portage-2.2.28 *selinux-base-policy-2.20151208-r4 (05 Jun 2016) 05 Jun 2016; Sven Vermeulen +selinux-base-policy-2.20151208-r4.ebuild: sec-policy: Release of SELinux policies 2.20151208-r4 Package-Manager: portage-2.2.28 03 Jul 2016; Sven Vermeulen -selinux-base-policy-2.20141203-r1.ebuild, -selinux-base-policy-2.20141203-r2.ebuild, -selinux-base-policy-2.20141203-r3.ebuild, -selinux-base-policy-2.20141203-r4.ebuild, -selinux-base-policy-2.20141203-r5.ebuild, -selinux-base-policy-2.20141203-r6.ebuild, -selinux-base-policy-2.20141203-r7.ebuild, -selinux-base-policy-2.20141203-r8.ebuild, -selinux-base-policy-2.20141203-r9.ebuild: sec-policy: Clean up old packages Remove year-old SELinux policy packages. Currently stick with the last stable one from the 2014 series, we can clean that up when there is an 2016 release made (upstream is currently still at the 20151203). Package-Manager: portage-2.2.28