Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libselinux-devel-3.5-150600.1.45 RPM for x86_64

From OpenSuSE Leap 15.6 for x86_64

Name: libselinux-devel Distribution: SUSE Linux Enterprise 15
Version: 3.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.45 Build date: Fri Mar 8 18:57:33 2024
Group: Development/Libraries/C and C++ Build host: h03-ch2c
Size: 123279 Source RPM: libselinux-3.5-150600.1.45.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/SELinuxProject/selinux/wiki/Releases
Summary: Development files for the SELinux runtime library
libselinux provides an interface to get and set process and file
security contexts and to obtain security policy decisions.

This package contains the development files, which are
necessary to develop your own software using libselinux.

Provides

Requires

License

SUSE-Public-Domain

Changelog

* Sun Oct 01 2023 georg.pfuetzenreuter@suse.com
  - Repair initrd libselinux check in selinux-ready
* Tue Aug 08 2023 dimstar@opensuse.org
  - Do not BuildRequire swig and ruby-devel in the main build phase:
    those are only needed for the bindings.
* Fri Aug 04 2023 mcepl@suse.com
  - (bsc#1212618) Divide libselinux and libselinux-bindings again.
    libselinux itself is in Ring0 so it has to have absolutely
    minimal dependencies, so it is better to separate
    libselinux-bindings into a separate pacakge.
* Tue Jul 04 2023 jsegitz@suse.com
  - Fix python packaging by setting the name to a fixed value
* Fri Jun 23 2023 mcepl@suse.com
  - Remove separate libselinux-bindings SPEC file (bsc#1212618).
* Tue Jun 20 2023 jsegitz@suse.com
  - Add explicit BuildRequires for python3-pip and python3-wheel on
    15.5, currently the macros don't do the right thing
* Thu Jun 01 2023 kastl@b1-systems.de
  - allow building this with different python versions, to make this
    usable for the new sle15 macro (using python3.11)
* Fri May 05 2023 daniel.garcia@suse.com
  - Add python-wheel build dependency to build correctly with latest
    python-pip version.
* Thu May 04 2023 fcrozat@suse.com
  - Add _multibuild to define additional spec files as additional
    flavors.
    Eliminates the need for source package links in OBS.
* Fri Mar 24 2023 jsegitz@suse.com
  - Add -ffat-lto-objects to CFLAGS to prevent rpmlint errors because
    of LTO
* Thu Mar 23 2023 mliska@suse.cz
  - Enable LTO as it works fine now.
* Fri Feb 24 2023 jsegitz@suse.com
  - Update to version 3.5:
    * check for truncations
    * avoid newline in avc message
    * bail out on path truncations
    * add getpidprevcon to gather the previous context before the last
      exec of a given process
    * Workaround for heap overhead of pcre
    * fix memory leaks on the audit2why module init
    * ignore invalid class name lookup
  - Drop restorecon_pin_file.patch, is upstream
  - Refreshed python3.8-compat.patch
  - Added additional developer key (Jason Zaman)
* Thu Jul 07 2022 jsegitz@suse.com
  - Fixed initrd check in selinux-ready (bnc#1186127)
* Tue May 31 2022 jsegitz@suse.com
  - Added restorecon_pin_file.patch. Fixes issus when running
    fixfiles/restorecon
* Mon May 09 2022 jsegitz@suse.com
  - Update to version 3.4:
    * Use PCRE2 by default
    * Make selinux_log() and is_context_customizable() thread-safe
    * Prevent leakeing file descriptors
    * Correctly hash specfiles larger than 4G
  - Refreshed skip_cycles.patch
* Tue Feb 15 2022 jsegitz@suse.com
  - Add Requires for exact libselinux1 version for selinux-tools
  - Simplyfied check for correct boot paramaters in selinux-ready
    (bsc#1195361)
* Thu Nov 11 2021 jsegitz@suse.com
  - Update to version 3.3:
    * Lots of smaller issues fixed found by fuzzing
* Sun Jul 18 2021 gmbr3@opensuse.org
  - Add missing libselinux-utils Provides to selinux-tools so that
    %selinux_requires works
* Mon Apr 26 2021 jsegitz@suse.com
  - Remove Recommends for selinux-autorelabel. It's better to have this
    in the policy package itself (bsc#1181837)
* Wed Mar 17 2021 dimstar@opensuse.org
  - Switch to pcre2:
    + Replace pcre-devel BuildRequires with pkgconfig(libpcre2-8)
    + Pass USE_PCRE2=y to make.
    + Replace pkgconfig(libpcre) Requires in -devel static with
      pkgconfig(libpcre2-8).
* Tue Mar 09 2021 jsegitz@suse.com
  - Update to version 3.2:
    * Use mmap()'ed kernel status page instead of netlink by default.
      See "KERNEL STATUS PAGE" section in avc_init(3) for more details.
    * New log callback levels for enforcing and policy load notices -
      SELINUX_POLICYLOAD, SELINUX_SETENFORCE
    * Changed userspace AVC setenforce and policy load messages to audit
      format.
* Sat Feb 06 2021 mcepl@suse.com
  - Add Recommends: selinux-autorelabel, which is very important
    for healthy use of the SELinux on the system (/.autorelabel
    mechanism) (bsc#1181837).
* Thu Oct 29 2020 lnussel@suse.de
  - install to /usr (boo#1029961)
* Tue Jul 14 2020 jsegitz@suse.com
  - Update to version 3.1:
    * selinux/flask.h, selinux/av_permissions.h and sepol/policydb/flask.h were
      removed. All userspace object managers should have been updated to use the
      dynamic class/perm mapping support.
      Use string_to_security_class(3) and string_to_av_perm(3) to map the class
      and permission names to their policy values, or selinux_set_mapping(3) to
      create a mapping from class and permission index values used by the
      application to the policy values.
    * Removed restrictions in libsepol and checkpolicy that required all declared
      initial SIDs to be assigned a context.
    * Support for new policy capability genfs_seclabel_symlinks
    * selinuxfs is mounted with noexec and nosuid
    * `security_compute_user()` was deprecated
    * Refreshed python3.8-compat.patch
* Thu Mar 26 2020 jsegitz@suse.de
  - Added skip_cycles.patch to skip directory cycles and not error
    out
* Tue Mar 03 2020 jsegitz@suse.de
  - Update to version 3.0
    * Ignore the stem when looking up all matches in file context
    * Save digest of all partial matches for directory
    * Use Python distutils to install SELinux python bindings
    * ensure that digest_len is not zero
    * fix string conversion of unknown perms
    * mark all exported function "extern"
    Dropped Use-Python-distutils-to-install-SELinux.patch, included
    upstream
* Mon Dec 16 2019 jsegitz@suse.de
  - Added swig4_moduleimport.patch to prevent import errors due to
    SWIG 4
* Wed Nov 13 2019 jsegitz@suse.de
  - Added Use-Python-distutils-to-install-SELinux.patch to use
    Python's distutils instead of building and installing python
    bindings manually
* Wed Oct 30 2019 mcepl@suse.com
  - Add python3.8-compat.patch which makes build possible even with
    Python 3.8, which doesn’t automatically adds -lpython<ver>
* Mon Jun 03 2019 jsegitz@suse.com
  - In selinux-ready
    * Removed check for selinux-policy package as we don't ship one
      (bsc#1136845)
    * Add check that restorecond is installed and enabled
* Tue May 28 2019 mliska@suse.cz
  - Disable LTO (boo#1133244).
* Fri May 24 2019 jsegitz@suse.com
  - Set License: to correct value (bsc#1135710)
* Thu Apr 25 2019 mliska@suse.cz
  - Disable LTO (boo#1133244).
* Wed Mar 20 2019 jsegitz@suse.com
  - Update to version 2.9
    * Add security_reject_unknown(3) man page
    * Change matchpathcon usage to match with matchpathcon manpage
    * Do not define gettid() if glibc >= 2.30 is used
    * Fix RESOURCE_LEAK defects reported by coverity scan
    * Fix line wrapping in selabel_file.5
    * Do not dereference symlink with statfs in selinux_restorecon
    * Fix overly strict validation of file_contexts.bin
    * Fix selinux_restorecon() on non-SELinux hosts
    * Fix the whatis line for the selinux_boolean_sub.3 manpage
    * Fix printf format string specifier for uint64_t
    * Fix handling of unknown classes/perms
    * Set an appropriate errno in booleans.c
  - Dropped python3.patch, is now upstream
* Fri Jan 04 2019 jsegitz@suse.com
  - Remove unneeded build requires for python3 (bsc#1120255)
* Wed Oct 17 2018 jsegitz@suse.com
  - Update to version 2.8 (bsc#1111732)
    For changes please see
    https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/RELEASE-20180524.txt
  - ran spec-cleaner on spec files
* Mon May 14 2018 mcepl@cepl.eu
  - Update to version 2.7.
    * %files needed to be heavily modified
    * Based expressly on python3, not just python
    For changes please see
    https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/RELEASE-20170804.txt
* Fri Mar 16 2018 jsegitz@suse.com
  - Updated spec file to use python3. Added python3.patch to fix
    build
* Fri Nov 24 2017 jsegitz@suse.com
  - 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
* Wed Jul 05 2017 schwab@suse.de
  - readv-proto.patch: include <sys/uio.h> for readv prototype
* Sun Jul 24 2016 crrodriguez@opensuse.org
  - -devel static subpackage requires libpcre-devel and libsepol-devel
* Sun Jul 24 2016 crrodriguez@opensuse.org
  - Avoid mounting /proc outside of selinux_init_load_policy().
    (Stephen Smalley) reverts upstream 5a8d8c4, 9df4988, fixes
    among other things systemd seccomp sandboxing otherwise all
    filters must allow mount(2)
    (libselinux-proc-mount-only-if-needed.patch)
* Sun Jul 17 2016 jengelh@inai.de
  - Update RPM groups, trim description and combine filelist entries.
* Thu Jul 14 2016 jsegitz@novell.com
  - Adjusted source link
* Tue Jul 05 2016 i@marguerite.su
  - 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
* Thu Jul 30 2015 jsegitz@novell.com
  - fixed selinux-ready to work with initrd files created by dracut (bsc#940006)
* Wed May 27 2015 dimstar@opensuse.org
  - Update libselinux-2.2-ruby.patch: use RbConfig instead of
    deprecated Config.

Files

/usr/include/selinux
/usr/include/selinux/avc.h
/usr/include/selinux/context.h
/usr/include/selinux/get_context_list.h
/usr/include/selinux/get_default_type.h
/usr/include/selinux/label.h
/usr/include/selinux/restorecon.h
/usr/include/selinux/selinux.h
/usr/lib64/libselinux.so
/usr/lib64/pkgconfig/libselinux.pc
/usr/share/man/man3/avc_add_callback.3.gz
/usr/share/man/man3/avc_audit.3.gz
/usr/share/man/man3/avc_av_stats.3.gz
/usr/share/man/man3/avc_cache_stats.3.gz
/usr/share/man/man3/avc_cleanup.3.gz
/usr/share/man/man3/avc_compute_create.3.gz
/usr/share/man/man3/avc_compute_member.3.gz
/usr/share/man/man3/avc_context_to_sid.3.gz
/usr/share/man/man3/avc_destroy.3.gz
/usr/share/man/man3/avc_entry_ref_init.3.gz
/usr/share/man/man3/avc_get_initial_context.3.gz
/usr/share/man/man3/avc_get_initial_sid.3.gz
/usr/share/man/man3/avc_has_perm.3.gz
/usr/share/man/man3/avc_has_perm_noaudit.3.gz
/usr/share/man/man3/avc_init.3.gz
/usr/share/man/man3/avc_netlink_acquire_fd.3.gz
/usr/share/man/man3/avc_netlink_check_nb.3.gz
/usr/share/man/man3/avc_netlink_close.3.gz
/usr/share/man/man3/avc_netlink_loop.3.gz
/usr/share/man/man3/avc_netlink_open.3.gz
/usr/share/man/man3/avc_netlink_release_fd.3.gz
/usr/share/man/man3/avc_open.3.gz
/usr/share/man/man3/avc_reset.3.gz
/usr/share/man/man3/avc_sid_stats.3.gz
/usr/share/man/man3/avc_sid_to_context.3.gz
/usr/share/man/man3/checkPasswdAccess.3.gz
/usr/share/man/man3/context_free.3.gz
/usr/share/man/man3/context_new.3.gz
/usr/share/man/man3/context_range_get.3.gz
/usr/share/man/man3/context_range_set.3.gz
/usr/share/man/man3/context_role_get.3.gz
/usr/share/man/man3/context_role_set.3.gz
/usr/share/man/man3/context_str.3.gz
/usr/share/man/man3/context_type_get.3.gz
/usr/share/man/man3/context_type_set.3.gz
/usr/share/man/man3/context_user_get.3.gz
/usr/share/man/man3/context_user_set.3.gz
/usr/share/man/man3/fgetfilecon.3.gz
/usr/share/man/man3/fgetfilecon_raw.3.gz
/usr/share/man/man3/fini_selinuxmnt.3.gz
/usr/share/man/man3/freecon.3.gz
/usr/share/man/man3/freeconary.3.gz
/usr/share/man/man3/fsetfilecon.3.gz
/usr/share/man/man3/fsetfilecon_raw.3.gz
/usr/share/man/man3/get_default_context.3.gz
/usr/share/man/man3/get_default_context_with_level.3.gz
/usr/share/man/man3/get_default_context_with_role.3.gz
/usr/share/man/man3/get_default_context_with_rolelevel.3.gz
/usr/share/man/man3/get_default_type.3.gz
/usr/share/man/man3/get_ordered_context_list.3.gz
/usr/share/man/man3/get_ordered_context_list_with_level.3.gz
/usr/share/man/man3/getcon.3.gz
/usr/share/man/man3/getcon_raw.3.gz
/usr/share/man/man3/getexeccon.3.gz
/usr/share/man/man3/getexeccon_raw.3.gz
/usr/share/man/man3/getfilecon.3.gz
/usr/share/man/man3/getfilecon_raw.3.gz
/usr/share/man/man3/getfscreatecon.3.gz
/usr/share/man/man3/getfscreatecon_raw.3.gz
/usr/share/man/man3/getkeycreatecon.3.gz
/usr/share/man/man3/getkeycreatecon_raw.3.gz
/usr/share/man/man3/getpeercon.3.gz
/usr/share/man/man3/getpeercon_raw.3.gz
/usr/share/man/man3/getpidcon.3.gz
/usr/share/man/man3/getpidcon_raw.3.gz
/usr/share/man/man3/getpidprevcon.3.gz
/usr/share/man/man3/getpidprevcon_raw.3.gz
/usr/share/man/man3/getprevcon.3.gz
/usr/share/man/man3/getprevcon_raw.3.gz
/usr/share/man/man3/getseuserbyname.3.gz
/usr/share/man/man3/getsockcreatecon.3.gz
/usr/share/man/man3/getsockcreatecon_raw.3.gz
/usr/share/man/man3/init_selinuxmnt.3.gz
/usr/share/man/man3/is_context_customizable.3.gz
/usr/share/man/man3/is_selinux_enabled.3.gz
/usr/share/man/man3/is_selinux_mls_enabled.3.gz
/usr/share/man/man3/lgetfilecon.3.gz
/usr/share/man/man3/lgetfilecon_raw.3.gz
/usr/share/man/man3/lsetfilecon.3.gz
/usr/share/man/man3/lsetfilecon_raw.3.gz
/usr/share/man/man3/manual_user_enter_context.3.gz
/usr/share/man/man3/matchmediacon.3.gz
/usr/share/man/man3/matchpathcon.3.gz
/usr/share/man/man3/matchpathcon_checkmatches.3.gz
/usr/share/man/man3/matchpathcon_filespec_add.3.gz
/usr/share/man/man3/matchpathcon_filespec_destroy.3.gz
/usr/share/man/man3/matchpathcon_filespec_eval.3.gz
/usr/share/man/man3/matchpathcon_fini.3.gz
/usr/share/man/man3/matchpathcon_index.3.gz
/usr/share/man/man3/matchpathcon_init.3.gz
/usr/share/man/man3/mode_to_security_class.3.gz
/usr/share/man/man3/print_access_vector.3.gz
/usr/share/man/man3/query_user_context.3.gz
/usr/share/man/man3/rpm_execcon.3.gz
/usr/share/man/man3/security_av_perm_to_string.3.gz
/usr/share/man/man3/security_av_string.3.gz
/usr/share/man/man3/security_check_context.3.gz
/usr/share/man/man3/security_check_context_raw.3.gz
/usr/share/man/man3/security_class_to_string.3.gz
/usr/share/man/man3/security_commit_booleans.3.gz
/usr/share/man/man3/security_compute_av.3.gz
/usr/share/man/man3/security_compute_av_flags.3.gz
/usr/share/man/man3/security_compute_av_flags_raw.3.gz
/usr/share/man/man3/security_compute_av_raw.3.gz
/usr/share/man/man3/security_compute_create.3.gz
/usr/share/man/man3/security_compute_create_name.3.gz
/usr/share/man/man3/security_compute_create_name_raw.3.gz
/usr/share/man/man3/security_compute_create_raw.3.gz
/usr/share/man/man3/security_compute_member.3.gz
/usr/share/man/man3/security_compute_member_raw.3.gz
/usr/share/man/man3/security_compute_relabel.3.gz
/usr/share/man/man3/security_compute_relabel_raw.3.gz
/usr/share/man/man3/security_compute_user.3.gz
/usr/share/man/man3/security_compute_user_raw.3.gz
/usr/share/man/man3/security_deny_unknown.3.gz
/usr/share/man/man3/security_disable.3.gz
/usr/share/man/man3/security_get_boolean_active.3.gz
/usr/share/man/man3/security_get_boolean_names.3.gz
/usr/share/man/man3/security_get_boolean_pending.3.gz
/usr/share/man/man3/security_get_checkreqprot.3.gz
/usr/share/man/man3/security_get_initial_context.3.gz
/usr/share/man/man3/security_get_initial_context_raw.3.gz
/usr/share/man/man3/security_getenforce.3.gz
/usr/share/man/man3/security_load_booleans.3.gz
/usr/share/man/man3/security_load_policy.3.gz
/usr/share/man/man3/security_mkload_policy.3.gz
/usr/share/man/man3/security_policyvers.3.gz
/usr/share/man/man3/security_reject_unknown.3.gz
/usr/share/man/man3/security_set_boolean.3.gz
/usr/share/man/man3/security_set_boolean_list.3.gz
/usr/share/man/man3/security_setenforce.3.gz
/usr/share/man/man3/selabel_close.3.gz
/usr/share/man/man3/selabel_digest.3.gz
/usr/share/man/man3/selabel_get_digests_all_partial_matches.3.gz
/usr/share/man/man3/selabel_lookup.3.gz
/usr/share/man/man3/selabel_lookup_best_match.3.gz
/usr/share/man/man3/selabel_lookup_best_match_raw.3.gz
/usr/share/man/man3/selabel_lookup_raw.3.gz
/usr/share/man/man3/selabel_open.3.gz
/usr/share/man/man3/selabel_partial_match.3.gz
/usr/share/man/man3/selabel_stats.3.gz
/usr/share/man/man3/selinux_binary_policy_path.3.gz
/usr/share/man/man3/selinux_boolean_sub.3.gz
/usr/share/man/man3/selinux_check_access.3.gz
/usr/share/man/man3/selinux_check_passwd_access.3.gz
/usr/share/man/man3/selinux_check_securetty_context.3.gz
/usr/share/man/man3/selinux_colors_path.3.gz
/usr/share/man/man3/selinux_contexts_path.3.gz
/usr/share/man/man3/selinux_current_policy_path.3.gz
/usr/share/man/man3/selinux_default_context_path.3.gz
/usr/share/man/man3/selinux_default_type_path.3.gz
/usr/share/man/man3/selinux_failsafe_context_path.3.gz
/usr/share/man/man3/selinux_file_context_cmp.3.gz
/usr/share/man/man3/selinux_file_context_homedir_path.3.gz
/usr/share/man/man3/selinux_file_context_local_path.3.gz
/usr/share/man/man3/selinux_file_context_path.3.gz
/usr/share/man/man3/selinux_file_context_verify.3.gz
/usr/share/man/man3/selinux_getenforcemode.3.gz
/usr/share/man/man3/selinux_getpolicytype.3.gz
/usr/share/man/man3/selinux_homedir_context_path.3.gz
/usr/share/man/man3/selinux_init_load_policy.3.gz
/usr/share/man/man3/selinux_lsetfilecon_default.3.gz
/usr/share/man/man3/selinux_media_context_path.3.gz
/usr/share/man/man3/selinux_mkload_policy.3.gz
/usr/share/man/man3/selinux_netfilter_context_path.3.gz
/usr/share/man/man3/selinux_path.3.gz
/usr/share/man/man3/selinux_policy_root.3.gz
/usr/share/man/man3/selinux_raw_context_to_color.3.gz
/usr/share/man/man3/selinux_removable_context_path.3.gz
/usr/share/man/man3/selinux_restorecon.3.gz
/usr/share/man/man3/selinux_restorecon_default_handle.3.gz
/usr/share/man/man3/selinux_restorecon_get_skipped_errors.3.gz
/usr/share/man/man3/selinux_restorecon_parallel.3.gz
/usr/share/man/man3/selinux_restorecon_set_alt_rootpath.3.gz
/usr/share/man/man3/selinux_restorecon_set_exclude_list.3.gz
/usr/share/man/man3/selinux_restorecon_set_sehandle.3.gz
/usr/share/man/man3/selinux_restorecon_xattr.3.gz
/usr/share/man/man3/selinux_securetty_types_path.3.gz
/usr/share/man/man3/selinux_sepgsql_context_path.3.gz
/usr/share/man/man3/selinux_set_callback.3.gz
/usr/share/man/man3/selinux_set_mapping.3.gz
/usr/share/man/man3/selinux_set_policy_root.3.gz
/usr/share/man/man3/selinux_status_close.3.gz
/usr/share/man/man3/selinux_status_deny_unknown.3.gz
/usr/share/man/man3/selinux_status_getenforce.3.gz
/usr/share/man/man3/selinux_status_open.3.gz
/usr/share/man/man3/selinux_status_policyload.3.gz
/usr/share/man/man3/selinux_status_updated.3.gz
/usr/share/man/man3/selinux_user_contexts_path.3.gz
/usr/share/man/man3/selinux_usersconf_path.3.gz
/usr/share/man/man3/selinux_x_context_path.3.gz
/usr/share/man/man3/set_matchpathcon_flags.3.gz
/usr/share/man/man3/set_matchpathcon_invalidcon.3.gz
/usr/share/man/man3/set_matchpathcon_printf.3.gz
/usr/share/man/man3/set_selinuxmnt.3.gz
/usr/share/man/man3/setcon.3.gz
/usr/share/man/man3/setcon_raw.3.gz
/usr/share/man/man3/setexeccon.3.gz
/usr/share/man/man3/setexeccon_raw.3.gz
/usr/share/man/man3/setexecfilecon.3.gz
/usr/share/man/man3/setfilecon.3.gz
/usr/share/man/man3/setfilecon_raw.3.gz
/usr/share/man/man3/setfscreatecon.3.gz
/usr/share/man/man3/setfscreatecon_raw.3.gz
/usr/share/man/man3/setkeycreatecon.3.gz
/usr/share/man/man3/setkeycreatecon_raw.3.gz
/usr/share/man/man3/setsockcreatecon.3.gz
/usr/share/man/man3/setsockcreatecon_raw.3.gz
/usr/share/man/man3/sidget.3.gz
/usr/share/man/man3/sidput.3.gz
/usr/share/man/man3/string_to_av_perm.3.gz
/usr/share/man/man3/string_to_security_class.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:37:53 2024