copr-selinux-1.55-6.fc42 >t 6 6_lpt 3!XPȬI^Dg ȬI^D?}peYmᬐTx wKyHvi&{ir5Gw5zzѯL/qnt1Q?\P9o,dZW^5Įrl$qe Br|jC/hV2AX+t,HP :cv꘮E{َj4Og 8gpqvESv?`\;Tf'NJdR^|io5*pE zj$|sIRƭivlk?tqa4$g6G;c_\*OWXa[nth\-`o88uO4Ysx-uJr~OD>ZT{ib=CFDhbe([g`F"?"d  3 8<KZk z @    s |,h(89:7=>@GHIXY\]$^bdefltuvwxy!!!!""D"HCcopr-selinux1.556.fc42SELinux module for COPRCOPR is lightweight build system. It allows you to create new project in WebUI, and submit new builds and COPR will create yum repository from latest builds. This package include SELinux targeted module for COPRgbuildvm-ppc64le-19.iad2.fedoraproject.orgyFedora ProjectFedora ProjectGPL-2.0-or-laterFedora ProjectUnspecifiedhttps://github.com/fedora-copr/coprlinuxnoarchfor selinuxvariant in targeted; do if selinuxenabled; then if [ -e /etc/selinux/config ]; then . /etc/selinux/config fi _policytype=$selinuxvariant if [ -z "${_policytype}" ]; then _policytype="targeted" fi if [ "${SELINUXTYPE}" = "${_policytype}" ]; then [ -f /var/lib/rpm-state/file_contexts.pre ] || cp -f /etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts /var/lib/rpm-state/file_contexts.pre fi fi donefor selinuxvariant in targeted; do if [ -e /etc/selinux/config ]; then . /etc/selinux/config fi _policytype=$selinuxvariant if [ -z "${_policytype}" ]; then _policytype="targeted" fi if [ "${SELINUXTYPE}" = "${_policytype}" ]; then rm -rf /var/lib/selinux/${_policytype}/active/modules/400/extra_varrun || : semodule -n -s ${_policytype} -X 200 -i /usr/share/selinux/${selinuxvariant}/copr.pp.bz2 || : selinuxenabled && load_policy || : /usr/libexec/selinux/varrun-convert.sh ${_policytype} || : fi if [ -e /etc/selinux/config ]; then . /etc/selinux/config fi _policytype=$selinuxvariant if [ -z "${_policytype}" ]; then _policytype="targeted" fi if [ -d "/var/lib/selinux/${_policytype}" ]; then LOCAL_MODIFICATIONS=$(semanage boolean -E) if [ ! -f /var/lib/selinux/${_policytype}/rpmbooleans.custom ]; then echo "# This file is managed by macros.selinux-policy. Do not edit it manually" > /var/lib/selinux/${_policytype}/rpmbooleans.custom fi semanage_import='' for boolean in httpd_enable_cgi=1 httpd_can_network_connect=1 httpd_can_sendmail=1 nis_enabled=1; do boolean_name=${boolean%=*} boolean_value=${boolean#*=} boolean_local_string=$(grep "$boolean_name$" <<<$LOCAL_MODIFICATIONS) if [ -n "$boolean_local_string" ]; then semanage_import="${semanage_import}\nboolean -m -$boolean_value $boolean_name" boolean_customized_string=$(grep "$boolean_name$" /var/lib/selinux/${_policytype}/rpmbooleans.custom | tail -n 1) if [ -n "$boolean_customized_string" ]; then echo $boolean_customized_string >> /var/lib/selinux/${_policytype}/rpmbooleans.custom else echo $boolean_local_string >> /var/lib/selinux/${_policytype}/rpmbooleans.custom fi else semanage_import="${semanage_import}\nboolean -m -$boolean_value $boolean_name" boolean_default_value=$(LC_ALL=C semanage boolean -l | grep "^$boolean_name " | sed 's/[^(]*([^,]*, *\(on\|off\).*/\1/') echo "boolean -m --$boolean_default_value $boolean_name" >> /var/lib/selinux/${_policytype}/rpmbooleans.custom fi done; if selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then echo -e "$semanage_import" | semanage import -S "${_policytype}" elif test -d /usr/share/selinux/"${_policytype}"/base.lst; then echo -e "$semanage_import" | semanage import -S "${_policytype}" -N fi fi donefor selinuxvariant in targeted; do if [ -e /etc/selinux/config ]; then . /etc/selinux/config fi _policytype=$selinuxvariant if [ -z "${_policytype}" ]; then _policytype="targeted" fi if [ $1 -eq 0 ]; then if [ "${SELINUXTYPE}" = "${_policytype}" ]; then rm -rf /var/lib/selinux/${_policytype}/active/modules/400/extra_varrun || : semodule -n -X 200 -s ${_policytype} -r copr &> /dev/null || : selinuxenabled && load_policy || : /usr/libexec/selinux/varrun-convert.sh ${_policytype} || : fi fi if [ -e /etc/selinux/config ]; then . /etc/selinux/config fi _policytype=$selinuxvariant if [ -z "${_policytype}" ]; then _policytype="targeted" fi if [ -d "/var/lib/selinux/${_policytype}" ]; then semanage_import='' for boolean in httpd_enable_cgi=1 httpd_can_network_connect=1 httpd_can_sendmail=1 nis_enabled=1; do boolean_name=${boolean%=*} boolean_customized_string=$(grep "$boolean_name$" /var/lib/selinux/${_policytype}/rpmbooleans.custom | tail -n 1) if [ -n "$boolean_customized_string" ]; then awk "/$boolean_customized_string/ && !f{f=1; next} 1" /var/lib/selinux/${_policytype}/rpmbooleans.custom > /var/lib/selinux/${_policytype}/rpmbooleans.custom.tmp && mv /var/lib/selinux/${_policytype}/rpmbooleans.custom.tmp /var/lib/selinux/${_policytype}/rpmbooleans.custom if ! grep -q "$boolean_name$" /var/lib/selinux/${_policytype}/rpmbooleans.custom; then semanage_import="${semanage_import}\n${boolean_customized_string}" fi fi done; if selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then echo -e "$semanage_import" | semanage import -S "${_policytype}" elif test -d /usr/share/selinux/"${_policytype}"/base.lst; then echo -e "$semanage_import" | semanage import -S "${_policytype}" -N fi fi doneF*A큤c1c1gLc1gLgLgLb6fb83a17b96df9b631fc68ea924a0fea5fa690656bbfffef36271d9a18f162d69affb446b1b88e3eee4e9ef35d01b5435925e3ad8d43f29332c74a732d0fabc8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643c4ebeedce2b528df76e40185cd3873bff282adff16118671aa667bf9b3047f3025237a839223f319082bf51bde58961851586143e605a016bedabbc6ff841e07a7942e4cb72f7da92a8930e7ba3651a22859136d7b54ed41e019ca2e579ba7fcrootrootrootrootrootrootrootrootrootrootrootrootrootrootcopr-selinux-1.55-6.fc42.src.rpmcopr-selinux @@     /bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/bashfilesystem(unmerged-sbin-symlinks)libselinux-utilspolicycoreutilspolicycoreutils-python-utilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)selinux-policyselinux-policy-base3.0.4-14.6.0-14.0-15.4.18-141.2941.294.20.0gf@eed@d@c@Fedora Release Engineering - 1.55-6Fedora Release Engineering - 1.55-5Fedora Release Engineering - 1.55-4Fedora Release Engineering - 1.55-3Fedora Release Engineering - 1.55-2Jakub Kadlcik 1.55-1- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild- Use spdx license/bin/sh/bin/sh/bin/sh1.55-6.fc42copr-selinux-enablecopr-selinux-relabelcopr-selinuxLICENSEcopr-selinux-enable.8.gzcopr-selinux-relabel.8.gzcopr.pp.bz2/usr/bin//usr/share/licenses//usr/share/licenses/copr-selinux//usr/share/man/man8//usr/share/selinux/targeted/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protectioncpiozstd19noarch-redhat-linux-gnuBourne-Again shell script, ASCII text executabledirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRfor selinuxvariant in targeted; do if [ -e /etc/selinux/config ]; then . /etc/selinux/config fi _policytype=$selinuxvariant if [ -z "${_policytype}" ]; then _policytype="targeted" fi if selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then if [ -f /var/lib/rpm-state/file_contexts.pre ]; then fixfiles -C /var/lib/rpm-state/file_contexts.pre restore &> /dev/null rm -f /var/lib/rpm-state/file_contexts.pre fi fi done/bin/shhttps://bugz.fedoraproject.org/copr-selinuxutf-8dddb95b558d83a25c9efb870e33822b54fbf4990b3637535eeafb43b586f62f896cb1b1d9da0ea31951e682b665bf186bb53408de7146ab785ab772493454026?(/h|wza ,8TvlQ[r]KhĽEmSmQEg[=Z8l;)qr%t)|ڹRg)dJ(./VN{oM''uM{g#pEi3_i2\u}@}$S߶{ՂLNҎsMȤh;44ݬl;%uHjx[WDLLPX&e"1 x7ȍx#2)Ҵ@CYӨȎ: ID:vϑ"iPXqéhs\_Qcj1o*9AGSN>aTU7(ŧL`d`60 < DX `ӠCc#3 dЁ ! (-FTY u95Vu"nU1TLݣ"5cl0mlԳ݉%L[ݧaxWgY+I.(Hdry棆OEwY])n47YFM:?ȎCL5V\n4޴o<[t RXZqA/2mSn3cש3|YSjal^,toeZrpH;=֜T j4:qBo־#z^cGt2rլ;{ 3~B'㣄OKl9ѐ,s<[k쑧UdEΪRNco.&~HђIeWMk>ԮH^Nl)Jٿ~hM. 25#$)ts0(6}$QG)HI `'lE踺Y:+1g7@$ωqN<2NCRp}!cA _vL+[T#;M֪}HPKgi`b ctϹn]CJ5/[7#4+'Pe{YjB,4!ώ KL">ȳQKN )gͥN.^?.Pe Mi)Zr8.;CUd 918$q9TIg/d?S 홚dn1rn i8H2G1$,JxB/T"Pe2=ϒQ;zaAxFI<n_2O)^RD|#*-XVZ&>΂OE\ɯ3#&-AB!Ҵҭv=@bpckqBL$sj8)d4 p%A8BfN17A/X_\DAuaqxiܧPbA8qu|ѽ"}.iG(f@N5N Ί\ZиuE7E%wʩgHc"+X H,aD:6#nI%seIߞh `=|oAťS|8x$LA%H>96VpzÀp*/LVQ˪} x_A55%dsX//@|PAvcыдa1K pr|k9Eoeҕ,ģX_da5fdM6 MWt!B@,{3L"5npC#忖_S&HsA4osUXV=:H^(JfJ!X)mw`@Ex6Niyɂ]S"D$qH`ēZt4nU IGBx@ctLIf e vN-WYu#hW 7 @/DM]m Y>TkhxW,u/ń/_jZ,+`-ou=pXQ@>F r{ w&0=t綐(ɇneɕڲZGChhtO0]CNFz.Gy'WӞ?j<\#@i-$.r)+']q.I~Q'*S`p$oRL*TTt'$qGbGcMC" H]:``Ə.xHԟ[P!.mzo/{{呪ɐBމ%bIKkF7LC .$jWͻ?DkX++Pg|rNJig?'ZDx@5^ G}NP%5轱2:l^azSc0/VX-RZhĒ@pJ蹢(o/hK\' #sx^AKurH7 8r{}6c?5tފr 4$bS'MAbT7Gj5˳xURm}O1=^LE5&Bmr w3敬JHc^:lqHY WsЯ,Z 6Ԩ  n_m+VPJuJ ; S +SDTD"+7Ih0sy24c4iUR[EbXO^fjM<ºoqbqxufUJ؂$A蔗d08 TpHmz ~^cQ^T~$?ZDdAtGY(,az- -/u7A׾0a\oBd A7]#m DZ\\U'>vNkwc9 i؃1!y HSq_WV<)`>zvrH ѫ9u-bl&)["?̞$HT|˨cހђ""ZkFCwy!( o anp-HrE0.5:=?!X ïUVY.y, }fl):пD [Y(շn rH1T D,Ȗ+pb;KL]b'@3_dDCP=O$`~No7ƚS lu̪N|@@D IIJb:V1./t2ϟ -oJdڰ͏oCzб0~FYGmXm'o=COӿ;~ۊb}[Vj/34}+,Ѝѱ_{o99Ör9]r#2B %+thU"l`I]NM+1GFgt}p`@Wլoۂ)J3+4+<-*/HPO))Fӊ.t8tEFTUcsR0}F$" D"\P#Δ$"IARlwl- EpLt r: -D90rQ"Ern!^: j'e)#Zr飈6!c $uK{XP%ChϳQ>Sa";2 h^S}Hc15V$ah=W=3pnDp%7o2n9(T kZ+敘W@#jtuK+Lٶc$u*B2uŠ&BEd"J٨G4SXlsSQ+.bS ۚݭ7nIqSh*RC(Ou7ި9җM7&@+}5/b8qPr1@,)|rBFI;JGPQU?~o"9??2;}m8G`\gG5/Lw@$DޭEAo)m{5)"w:ȊrKkPoG6Z!Y|3dKֱy5PM2~VG֊+ψFSAS\"l :Zڙ$ThtaIVAۇ:3Ԟ4r&po8QHT۾vBT =5E%G.ҌV!r}W~|\}*0Xe]<aN0$`tW]Ym =i`ܛWɰ_M]7Bنb欰( D@QlrQSs2R:" Y۸[\AdN(ht[cQ\$^gBDGZ@Aٮ q07󩃏q@M`}Z`FԋU`k*"?YV>5y8s(w8w_{=Ew#G6{A1}|xFfMfA2:"6t]qu;(xPsf<@H ᒎDśj³W$ Qs,g콽;Y{c{0<1o;ILj4 ;rɞL )4DŽxS8]J+1XT 2}3ta]o_^'>i7ƭ+ !l2i{n〠 B+⠄؄Qr." ] ͌mxRqDn9::s!Ɋi4î>-۶J8.8 }}wRJ~'Ӛ~ 6Tjpa4@P[tʾ{ ]A(Q?c$p_z!Hk  "lI |ɓTbPynn̦ Â||/Njڲ2]4]#zw8n%`KCh]<$}yjIube a0D+*105!Ƙ98HJoW!_ٺv-8+PX" +DeF`bVԭFAK`b$\lZe } JG((85Ư\yvl ):Ҝ :r:H 4v~ rYJE.~UPr.R>왔 NEtubrobr , 529ae8.8.gzTKo0 W9i?ڢÀSСAe[,ԗINnCo?D~HQ$!5ob!r4L4/di4XJ5/E0Jzyd+UaV\xTx%Vt|_!C-5Euݑ$=K8 >--6.M$_AdH90/YUɬ1r c>5Ll9)tG{aR@׭UWuX+C f6LJ޾Pt ̣R5**c6acf]O0}ﯸ(hMUӤBQMQILdnb';/NoR"~sm{>؞nAj=4Tp< 5dEE3nlNH R(G^\e+~{J͋3Jw -7*&MTvp AMI5h$M,|ޡwȆyZs0!s$89OBEt%()6= z 4q0J N$pѾhbh< !dDԠL5(>[G1[CJ_ENz9Mh]휔-֪Ф52epyqƗ$%7@I.ǀE>(G&cbs);.jD+|}i^[4 (AlY1 C7ETMKUx/޼+Dl<<ק8889BZh91AY&SY(EGN:_= Hxo  Z* @0J@4 My &C 2GOS&?R44@h?UT"fDC#&&4MA 0L hd4 2 0d4 4LSD@   =QCOH4 4dhihIMM=Phhih@Di4zj I1 z z@d2ADh&Q4!4zꁣL@4 ɠPh=M 1#~<~a 5!CPP\j@!!_$! QG5.`A\5rkli\7 G|>;3}E{^۫.'ӨwzDy/V;'mJCȠ>"f|g JEm-/ pC 0(><no;#uvwx1K=t^]G}Ƿ{xoO/~jp0^o߳|~_?$.~_4P@`,+]I@JF&bvȣce\-NИkL%NJ_*"ӈ Q*( )>^o?h}煁 "pP,EO4 bf݀4" y՛Cu~qwjo w?Wa-Xtk=DDC߅QKr[`N2K0mn 5@ވ\p$"mϼXoD z'!"]*6BXvk PJ)vp߮&1f-J#y V6++9a?xNd@}h9Z`M!μ`sa6+ Q|7׊"]n%9Y1o}ܭB] "lݫy"Pe8Qj[,\}b'.&Vp 3EqPD($PA@Wybŋ,XcI$P( !Ex,@dU"(Z& []poM>^~0XdڶMK&\s[9:w~uf7=% L5|:z؊={|V.22|u7ssr *JRb%@0ƃ*#C~OGjgGw>=`۬9vsV98Sl[Ǐ$IC0Ǎ5~N&bSF0fWܵvDx 9O#|SNmo2U@$mV՗dny2fn6MUUUX1b^.oI9 :T۩1˱m6dLݤ4xdn;OdMY H3vLc.FI*dZy qDž$&*mf7ѽN{3v@w*ؐ1`\Xrnn,n*)I˲X^$ɫ.xZ7M;mq8Uf6s1o1ݥH ]MIwW*4JRLR)4 #9Ҕe]EA*UU)'KB.JƏ( @h 8(?3#Y(#@Kv@jBvVvm Gyd%bŀ?9!,^9z3J=Y>Ҕu: )J%EV)J?z%)DJ"Z*PܷTn]ۛ:a͚|ecڋsJ&!r۽ub  26J[/I'3uCC&$"mSځ1g2MgK(V1n/-6jy1ٵQnȹ_&+Q<\lCnw7W*&9bYn7Hjyerbm7 u˵Tdo{[.Y*.k {͕Ao}3̅V2o)ny|[&R(^"fEZܷxH:r\nj_Ǹ&) Q-Čv8nE̋2aM.%ea圛{ّNnUuȬ9<ƷJ8ufVL_+L @OBS+@0X~"hn~=w2acZj9Aւȁz 44īEg^i(nB)0UʅVKC-#=Caէf.Q`©ىZ9,Z..mm|Ϻ/5p5^ W[2LJ,?H1>jȿ~}p9)Z ! '5hߕ ڐP mU+^b8H>~Bx8`HJ7B/sˎ8<ۧ5Pظ-vr%\UW#YđǨkҼG>==]j"2{ӧ{޶Xw5]NKl{BUR]g{j:}aq;ӭwơޝԑzEN'TG{Dj7]{ڠQoc)|U`QȪ+Q]w9Wxj퓾L͗uurNӍr=!d/{LjT<+Qwސ#njĸ.gl^H9.2Qj;:iUU%OefroH3#8g_fs:n/~+;Ò|%k2{D;BQ5Jd.ԺtWCٖc[|tl5@TgǍFqౠ1s:ގ6F̵6nLx0i25V(>H2;x~R#|U[TNUL7%'lYɋ̉چo[]KDݕo&(Vƍ^Uy8d{G ɼ#}t̪H ʡ ̻Fn@62rA0.e ev/ #Q(7B8Frۻ9Np#yH\v 6jN$=olzܚx37\j7qr@r*V7}e.;T$3$w{֎u3j.0@r]c@Ta\K¹ %Y CYJG6b j5 wxT/m r!veL|'|n ctew}Ew|<qS'1weEAAfeU`y`wh.o1P@b haMbj2 &`xz̡CH "d~bbWҿ$Bj}iA`yB*ވHۖ(! hpB(E˗!Xآ0A!K(E ‚])4Q0~DeG{hʏG?.$jTV TԨ_nثG jhaJ %@%FTp hԨ HZUHV#hQW-=R p9?eR[20QHUTU\i8` -#1 `d/CX)m(ܤ l313/ljq( p&u>N:y#kl)Deo׺3\mn[ufg)&}VV캵_n ^VDhѺ ab^ <+*j*5 #B΀`P6vJtVXo9P;pLP2 Ir$X3`2Gb}$MuzCǑdl)7 $Q)fhD{="CS><~wr h(w8 0n7vbb67O(i"%g[ ۄ[1tTC~gkƪ>`rdސ;*Z"Bf$:??E(B9A!l˭,PD@@AQMm(hص*FpI&t18;O*-f%7ǥ!x w'gsB*j)DdQd1$Z?H|!s!aVX!7=^=B ;J㾐E{/c\7ȀnWd'=7:r*P 2AjQIE)4FLR_u/k`˧v uEZ{h;XpRZp`P%Z-Zn`LGvI]n|rTUFn((R5lUU 2sĐmñnG H2۬|27ͮ5(,B*'"wLCsd!gőHt@a`׮9>g#c#xv:T 2b`hNt8 !r_f*̛̳`.LJQUkaW]'Lql")Ǜ }yu>v,a4c3+!haJ#A~}X3: <"i C T%B "}MN$HH"n0ElɉUs*#&cMSlhtтyc Sv &}ݹTf'V9]r4 bn&u`q| aݨbU L{_Ԡ(Lgc L_*=jHQCVJjUTq_i%`>yOotl B~ -Sbds$VFZ@n4\ !kz\u4}K4@0!ΥIbЅ*|,S%Z,YBQ2 jB98n 쇈77;"T◐αޭ6)7Ϻ(+/yُh$qaKWx?XQBH,Z\~8Uit<$H!keԀo qnY%.2wx xqfw .([<G'f~(bk+rFȁ(;/H^ c#5 {Vc_5|@㦻9XQIb+ EA@$ˑnpNhda%cG҃xŒ}t +%S>C%x  mB*(2.Q\o{ᄰs f^U|,jLȦ$؄#=MT@X l/ Pϼ9顎ݎ^.eIm +rKT:bXM**@ZȲ7}Biji.rzpϻ2ncaP |JjƼ񑀫!{ ;o8n1W7 asp BA 53\7 g\O&c_mYǍs2RlRZJ/&تLrܩ&tQ@".$Ag<44 ፴×CWSnT:d9C^`X8`9SrXtghmFYRicJB*R=p1:i|UOP*Ғ^* BlS51:.Yb>c ׿"Л2B x22 BSR

4b`pS Ou+P<7(bo.(ƶdC3mlϸ'IU7bo:[vC GX rx7sqr}a p8d>3nEܪl; 2p.z p 5CL1-H"%X=WT#b'1-mRŬsVKr;խ o}`dDr `{ԪJ$$$ ӈh *~ hh /@nQ @B`)„E*8bTRER!!!Q2 H(H "2Tm@9QİAFH &'IdX~!\3E*,Y{Bue=]gSP0Oͳb߻xW"N}N|3L$yO.?𐰃9{PB1U;ZF/$ tOR5os=I]4UW^Sawx{a|6* N nk^NŔL?Z^٬iHV+p/%gE*Q3Nu^< \GwX?A9{` oh֘瑚 I_pۤF ӈ$Fid ڴ3`EHƘztr"1Ob{):DXfG`++<ʬE0!]_vg!Jnף%=b