Search Criteria
Package Details: libselinux 3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libselinux.git (read-only, click to copy) |
---|---|
Package Base: | libselinux |
Description: | SELinux library and simple utilities |
Upstream URL: | https://github.com/SELinuxProject/selinux |
Keywords: | selinux |
Licenses: | custom |
Groups: | selinux |
Conflicts: | selinux-usr-libselinux |
Provides: | libselinux.so, selinux-usr-libselinux |
Submitter: | Siosm |
Maintainer: | IooNag |
Last Packager: | IooNag |
Votes: | 131 |
Popularity: | 0.164276 |
First Submitted: | 2013-11-03 20:05 (UTC) |
Last Updated: | 2024-08-11 16:17 (UTC) |
Dependencies (11)
- libsepolAUR
- pcre2 (pcre2-gitAUR)
- pkgconf (pkgconf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-pip (make)
- python-setuptools (make)
- ruby (make)
- swig (swig-gitAUR) (make)
- xz (xz-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – python bindings
- ruby (optional) – ruby bindings
Required by (57)
- aide-selinux
- arm-image-installer
- authselect
- cajviewer-bin
- casa6-bin
- coreutils-selinux
- cronie-selinux
- dbus-broker-selinux
- dbus-selinux
- esdm-git
- findutils-selinux
- glib2-selinux (make)
- glib2-selinux (optional)
- glib2-selinux-docs (make)
- iproute2-selinux
- iris-temperature
- libguestfs-git (optional)
- libsemanage
- libtar-twrp-git
- libtar-twrp-git (make)
- libvirt-sandbox
- logrotate-selinux
- lxc-selinux
- mathematica (optional)
- mathematica-light (optional)
- matlab-support (optional)
- mcstrans
- mdatp-bin
- moonpanoramamaker
- nbdkit (optional)
- nbdkit-git (optional)
- octobrowser
- oddjob (make)
- oddjob-selinux (requires selinux-usr-libselinux)
- openssh-selinux
- pam-selinux
- podman-git (optional)
- psmisc-selinux
- python-blivet (check)
- python-blivet
- python-blivet-git
- restorecond
- sepolgen
- setools
- sudo-selinux
- systemd-libs-selinux
- systemd-libs-selinux (make)
- systemd-resolvconf-selinux (make)
- systemd-selinux (make)
- systemd-sysvcompat-selinux (make)
- systemd-ukify-selinux (make)
- util-linux-libs-selinux
- util-linux-libs-selinux (make)
- util-linux-selinux (requires libselinux.so)
- util-linux-selinux
- util-linux-selinux (make)
- xplor-nih
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
IooNag commented on 2022-01-03 21:21 (UTC)
@tallero: It seems that python-selinux, Python package was created to work in Python virtualenv, in order to provide Python bindings to libselinux.so (according to "Pure-python selinux shim module for use in virtualenvs in order to avoid failure to load selinux in Ansible modules." in https://github.com/pycontribs/selinux/blob/321d66619ed59bec00a9dc6216ce417d7befec41/README.rst ). These bindings are provided system-wide by the AUR package selinux-python in the AUR, and I understand for a need of a shim module in virtualenvs. This is why python-selinux includes a "selinux" Python module. However the fact that this module is installed system-wide is strange.
Moreover I do not understand how Arch Linux's python-selinux is supposed to work system-wide: it is supposed to provides transparent Python bindings to libselinux... but require libselinux to be installed too (with its Python bindings). Therefore, in my humble opinion, instead of packaging python-selinux in community, the AUR packages libselinux and selinux-python should be migrated to community if some official packages start to depend on them.
Could you please contact python-selinux's package maintainers in order to understand how this package is supposed to be used on systems with SELinux?
tallero commented on 2022-01-03 20:04 (UTC)
bred commented on 2020-03-03 08:37 (UTC) (edited on 2020-03-03 09:51 (UTC) by bred)
@IooNag Ok, thanks
But considering that pkgconf is not so frequently used, maybe is better if you add it in the makedepends.
IooNag commented on 2020-03-03 08:10 (UTC)
@bred Yes, pkgconf needs to be installed before building this package, as well as make, gcc (for a C compiler)... All these packages are in group base-devel, which is always required for AUR packages.
bred commented on 2020-03-03 07:49 (UTC)
@IooNag
It seems that the package "pkgconf" is a mandatory dependency for building "libselinux".
After the installation of "pkgconf" it has compiled correctly.
IooNag commented on 2020-03-02 21:07 (UTC)
@bred : What version of package pcre have you installed? What is the output of "pkg-config --libs libpcre" (this is the command which is used to normally insert "-lpcre" in the command line that failed)?
bred commented on 2020-03-02 13:11 (UTC) (edited on 2020-03-02 14:00 (UTC) by bred)
I've this error during the linking: (pcre is installed!)
tallero commented on 2020-02-17 00:39 (UTC) (edited on 2020-02-17 00:42 (UTC) by tallero)
@IooNag:
I am not that interested, too. I just needed an easy-to-use tool and someone adviced system-config-users. It seemed natural to me to package it, even if arch is slowly deprecating all python2-* packages.
If someone will ever want to use it in the future (for whatever reason) now can do it easily (because PKGBUILDs won't be lost even when SELinux will end support).
I did this for screem, too.
IooNag commented on 2020-02-12 21:00 (UTC)
@tallero: it seems that system-config-users could be installed on RHEL/CentOS 7, but not on CentOS 8 according to https://unix.stackexchange.com/questions/547437/centos-8-system-config-users. Moreover this question suggests using Cockpit instead, which has already been packaged for Arch Linux (https://www.archlinux.org/packages/community/x86_64/cockpit/).
Anyway, if you want to fork/adopt system-config-users and maintain it on https://gitlab.com/tallero/system-config-users, that's nice. Nevertheless I do not want to maintain a libselinux-python2-v3.0 package because this version is not supported upstream (by SELinux developers) and the future releases of libselinux are likely to break Python 2 compatibility. This is a matter of personal choices in the way I define how I spend my time. You are of course still free to work on package libselinux-python2 and backport bug fixes that could happen in libselinux's Python bindings.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »