Search Criteria
Package Details: libselinux 3.7-2
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: | 132 |
Popularity: | 0.68 |
First Submitted: | 2013-11-03 20:05 (UTC) |
Last Updated: | 2025-01-06 15:04 (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 (59)
- aide-selinux
- arm-image-installer
- authselect
- cajviewer-bin
- casa6-bin
- coreutils-selinux
- cronie-selinux
- crun-vm
- 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
- python-blivet (check)
- 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-tests-selinux (make)
- systemd-ukify-selinux (make)
- util-linux-libs-selinux
- util-linux-libs-selinux (make)
- util-linux-selinux
- util-linux-selinux (make)
- util-linux-selinux (requires libselinux.so)
- xplor-nih
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
IooNag commented on 2024-12-29 14:08 (UTC)
Hello, I am currently on holidays with limited Internet connectivity. I saw your message but will probably only be able to work on it from Monday January, 6th.
By the way, I successfully built libselinux in the GitHub Actions CI 2 weeks ago (https://github.com/archlinuxhardened/selinux/actions/runs/12337081682/job/34430332766) and swig has recently been updated to 4.3.0-1 since then (https://archlinux.org/packages/extra/x86_64/swig/). The build issue could probably also be fixed by (temporarily) downgrading swig.
patlefort commented on 2024-12-29 12:04 (UTC)
The problem is fixed by adding this patch: https://github.com/SELinuxProject/selinux/commit/8e0e718bae53fff30831b92cd784151d475a20da
BPplays commented on 2024-12-23 10:12 (UTC) (edited on 2024-12-23 11:14 (UTC) by BPplays)
im also getting
SWIG_Python_AppendOutput
errorsedit: a temp fix seems to be to install an old version of swig
then add swig to HoldPkg in /etc/pacman.conf just remember to update when this aur package updates for the new version of swig
patlefort commented on 2024-12-22 16:27 (UTC)
Fails to compile currently:
IooNag commented on 2024-08-15 18:32 (UTC)
@Thiger: could you please open an issue on https://github.com/archlinuxhardened/selinux/issues ? I tried reproducing your issue in a clean environment but did not succeed: makepkg accepts using the public key from https://github.com/archlinuxhardened/selinux/blob/aa3032b27ccff1fe96cb9431eabe8bec92e83e6a/libselinux/keys/pgp/B8682847764DF60DF52D992CBC3905F235179CF1.asc (gpg also displays "WARNING: This key is not certified with a trusted signature!" but this is related to this key not being trusted in the local GPG keystore and is unrelated to verifying package sources). So more context is needed to help you fix your issue.
Thiger commented on 2024-08-15 15:59 (UTC) (edited on 2024-08-15 16:02 (UTC) by Thiger)
again similar error with 3.7:
I successfully imported the key:
but gpg --verify says the key has untrusted signature:
pavkamlc commented on 2024-03-25 08:26 (UTC)
On system where is installed freeipa-client
error: failed to prepare transaction (could not satisfy dependencies) :: installing libselinux (3.6-3) breaks dependency 'selinux-usr-libselinux' required by oddjob-selinux
patlefort commented on 2024-02-21 16:00 (UTC)
Can you please use
provides+=
in yourpackage()
section, else it will override base package provides in the resulting package.eltongermano commented on 2023-12-16 00:31 (UTC) (edited on 2023-12-16 00:33 (UTC) by eltongermano)
To install updated PGP keys run: wget https://raw.githubusercontent.com/archlinuxhardened/selinux/master/_pgp_cache/B8682847764DF60DF52D992CBC3905F235179CF1.asc && gpg --import B8682847764DF60DF52D992CBC3905F235179CF1.asc
1 2 3 4 5 6 .. 8 Next › Last »