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.62 |
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
- Show 39 more...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
flberger commented on 2025-01-22 21:13 (UTC)
Trying to upgrade from 3.7-1 to 3.7-2 using pikaur, I get the error:
Verifying source file signatures with gpg... libselinux-3.7.tar.gz ... FAILED (unknown public key 4695881C254508D1)
Indeed the .tar.gz is signed with key 1BE2C0FF08949623102FD2564695881C254508D1 in .tar.gz.asc. PKGBUILD lists validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF (Jason Zaman perfinion@gentoo.org) and B8682847764DF60DF52D992CBC3905F235179CF1 (Petr Lautrbach plautrba@redhat.com).
I am very hesistant to install a package with an unknown public key. Any ideas how to fix this?
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.1 2 3 4 5 6 .. 8 Next › Last »