ruby-selinux-2.6-lp150.3.3.1<>,($\}͸/=„1ӰCҠq qkLKG],U(_eתSJ>s1TT jfLP 2WLOmP[;BsݍAM ^eG@}N``3py4%uxu.>tמ%CDyqK E.%EVXku>?d  M$(;DW p      $).\`   (8 9 : FGHIXY\]^b/cduezf}luvw(x,y0zHX\bCruby-selinux2.6lp150.3.3.1Ruby bindings for the SELinux runtime librarylibselinux provides an interface to get and set process and file security contexts and to obtain security policy decisions. This subpackage contains Ruby extensions to use SELinux from that language.\}lamb24openSUSE Leap 15.0openSUSESUSE-Public-Domainhttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/SELinuxProject/selinux/wiki/Releaseslinuxx86_64\}cecbc28065f11c81d557e3731673fb2d52af39d71bd35b5d07cb0e3fbf597544rootrootlibselinux-bindings-2.6-lp150.3.3.1.src.rpmruby-selinuxruby-selinux(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libselinux.so.1()(64bit)libselinux1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)ruby2.63.0.4-14.6.0-14.0-15.2-14.14.1\eZZ Y\Ws@W~W{@UeSxRrF@jsegitz@suse.comjsegitz@suse.comjsegitz@suse.comschwab@suse.dejengelh@inai.dejsegitz@novell.comi@marguerite.sudimstar@opensuse.orgcrrodriguez@opensuse.orgp.drouand@gmail.com- Also build python2-selinux. Dropped python3.patch, is now set in the spec file- Updated spec file to use python3. Added python3.patch to fix build- Update to version 2.6. Notable changes: * selinux_restorecon: fix realpath logic * sefcontext_compile: invert semantics of "-r" flag * sefcontext_compile: Add "-i" flag * Introduce configurable backends * Add function to find security.restorecon_last entries * Add openrc_contexts functions * Add support for pcre2 * Handle NULL pcre study data * Add setfiles support to selinux_restorecon(3) * Evaluate inodes in selinux_restorecon(3) * Change the location of _selinux.so * Explain how to free policy type from selinux_getpolicytype() * Compare absolute pathname in matchpathcon -V * Add selinux_snapperd_contexts_path() * Modify audit2why analyze function to use loaded policy * Avoid mounting /proc outside of selinux_init_load_policy() * Fix location of selinuxfs mount point * Only mount /proc if necessary * procattr: return einval for <= 0 pid args * procattr: return error on invalid pid_t input - Dropped * libselinux-2.2-ruby.patch * libselinux-proc-mount-only-if-needed.patch * python-selinux-swig-3.10.patch- readv-proto.patch: include for readv prototype- Update RPM groups, trim description and combine filelist entries.- Adjusted source link- add patch: python-selinux-swig-3.10.patch, fixed boo#985368 * swig-3.10 in Factory use importlib instead of imp to find _selinux.so. imp searched the same directory as __init__.py is while importlib searchs only standard paths. so we have to move _selinux.so. fixed by upstream - update version 2.5 * Add selinux_restorecon function * read_spec_entry: fail on non-ascii * Add man information about thread specific functions * Don't wrap rpm_execcon with DISABLE_RPM with SWIG * Correct line count for property and service context files * label_file: fix memory leaks and uninitialized jump * Replace selabel_digest hash function * Fix selabel_open(3) services if no digest requested * Add selabel_digest function * Flush the class/perm string mapping cache on policy reload * Fix restorecon when path has no context * Free memory when processing media and x specfiles * Fix mmap memory release for file labeling * Add policy context validation to sefcontext_compile * Do not treat an empty file_contexts(.local) as an error * Fail hard on invalid property_contexts entries * Fail hard on invalid file_contexts entries * Support context validation on file_contexts.bin * Add selabel_cmp interface and label_file backend * Support specifying file_contexts.bin file path * Support file_contexts.bin without file_contexts * Simplify procattr cache * Use /proc/thread-self when available * Add const to selinux_opt for label backends * Fix binary file labels for regexes with metachars * Fix file labels for regexes with metachars * Fix if file_contexts not '\n' terminated * Enhance file context support * Fix property processing and cleanup formatting * Add read_spec_entries function to replace sscanf * Support consistent mode size for bin files * Fix more bin file processing core dumps * add selinux_openssh_contexts_path() * setrans_client: minimize overhead when mcstransd is not present * Ensure selabel_lookup_best_match links NULL terminated * Fix core dumps with corrupt *.bin files * Add selabel partial and best match APIs * Use os.walk() instead of the deprecated os.path.walk() * Remove deprecated mudflap option * Mount procfs before checking /proc/filesystems * Fix -Wformat errors with gcc-5.0.0 * label_file: handle newlines in file names * Fix audit2why error handling if SELinux is disabled * pcre_study can return NULL without error * Only check SELinux enabled status once in selinux_check_access - changes in 2.4 * Remove assumption that SHLIBDIR is ../../ relative to LIBDIR * Fix bugs found by hardened gcc flags * Set the system to permissive if failing to disable SELinux because policy has already been loaded * Add db_exception and db_datatype support to label_db backend * Log an error on unknown classes and permissions * Add pcre version string to the compiled file_contexts format * Deprecate use of flask.h and av_permissions.h * Compiled file_context files and the original should have the same DAC permissions- Update libselinux-2.2-ruby.patch: use RbConfig instead of deprecated Config.- Update to version 2.3 * Get rid of security_context_t and fix const declarations. * Refactor rpm_execcon() into a new setexecfilecon() from Guillem Jover.- Update to version 2.2 * Fix avc_has_perm() returns -1 even when SELinux is in permissive mode. * Support overriding Makefile RANLIB * Update pkgconfig definition * Mount sysfs before trying to mount selinuxfs. * Fix man pages * Support overriding PATH and LIBBASE in Makefile * Fix LDFLAGS usage * Avoid shadowing stat in load_mmap * Support building on older PCRE libraries * Fix handling of temporary file in sefcontext_compile * Fix procattr cache * Define python constants for getenforce result * Fix label substitution handling of / * Add selinux_current_policy_path from * Change get_context_list to only return good matches * Support udev-197 and higher * Add support for local substitutions * Change setfilecon to not return ENOSUP if context is already correct * Python wrapper leak fixes * Export SELINUX_TRANS_DIR definition in selinux.h * Add selinux_systemd_contexts_path * Add selinux_set_policy_root * Add man page for sefcontext_compile - Remove libselinux-rhat.patch; merged on upstream - Adapt libselinux-ruby.patch to upstream changes - Use fdupes to symlink duplicate manpageslamb24 15596579332.6-lp150.3.3.12.6-lp150.3.3.1selinux.so/usr/lib64/ruby/vendor_ruby/2.5.0/x86_64-linux-gnu/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10357/openSUSE_Leap_15.0_Update/892b86dfe0c1915ffb0b82590d2c3322-libselinux-bindings.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=47d628d0f11e9ef1783353f772120095208dc39d, strippedRRRRRRɹ408- F龎utf-8baf9980cc8e784436ed153acecab3a9174deb51c829e50d4fcce5d5ae5fffe50? 7zXZ !t/a#]"k%w'[zl C5QV֞ 7!-Wdi?c<2nHH",f:R#N3ER/]&ug# 2sIR؝ 7q❊c$ 0HV=vYT(A)~~1mqd< lY똇7FF(MSל裷RAu , &,[o$!f2}y5&1A;$%Hjټ+U؞.RXoU-Η^Xxݛ:b̔q$VCnJ.T@N<0RWLށX_OnV{*9"a˲_#p mB5ŀdݘ;mQO_w)~tTJƀԿƪnp6=l ?lİaAz@ R >m9XQ)7z 'H;ms >r ; hR-P8Q7 痎b\yjT3})ઉ]q լT9Π^bjaz2t2C$ 0 5' 6~הd5IB^ÇVs}?4M`BȻ40>ә H?ՀTzL )UEnpUg&Wl J9w}]Xת +5`FOOe$s:7N%+y3_ԳJ6rԫ06da7Y$z٘(aB2J@AN8DWsΜd/Mn5HvQ yM wiEê }fX$k~ޤVWH̬iau*h87.,+/:~I%e7{ʋ2#0$3O0I[4]D40]'%5Eы(c۞oڃkGG+}|A)l,n 3weFC/2x/ G!/ͭnb:l jTn u >c PWcAb>Tc2-hc-/GKH!LZ鞭bhJǛ]I^>5Zfk&3'2:1`͹]X*HT>Mw&"Y9csrT^5vt .k xQZ#Tor +pdS