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: | 132 |
Popularity: | 1.17 |
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)
- Show 37 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
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
patlefort commented on 2023-12-15 22:40 (UTC)
Latest sources fails to verify (
libselinux-3.6.tar.gz ... FAILED (unknown public key 4695881C254508D1)
). One of the gpg keys (B8682847764DF60DF52D992CBC3905F235179CF1) can't be imported, it is not found on keyserver.ubuntu.com. I can't find their signature files, can someone point to where I can find them?tallero commented on 2023-03-14 03:46 (UTC)
@Thiger:
gpg --recv-keys <missing key>
where<missing key>
is one of those inside thePKGBUILD
.Thiger commented on 2023-03-08 10:23 (UTC) (edited on 2023-03-08 10:26 (UTC) by Thiger)
Building fails:
Sorry that output is in german, it says: ERROR: cannot check one or more PGP sinatures.
tallero commented on 2022-02-15 11:52 (UTC) (edited on 2022-03-05 06:10 (UTC) by tallero)
@IooNag: I will contact
python-selinux
maintainers on this issue as soon as I can.1 2 3 4 5 6 7 Next › Last »