Package Details: libsepol 3.10-1

Git Clone URL: https://aur.archlinux.org/libsepol.git (read-only, click to copy)
Package Base: libsepol
Description: SELinux binary policy manipulation library
Upstream URL: https://github.com/SELinuxProject/selinux
Keywords: selinux
Licenses: LGPL2.1
Groups: selinux
Conflicts: selinux-usr-libsepol
Provides: libsepol.so, selinux-usr-libsepol
Submitter: Siosm
Maintainer: IooNag
Last Packager: IooNag
Votes: 115
Popularity: 0.077094
First Submitted: 2013-11-03 20:05 (UTC)
Last Updated: 2026-03-12 20:27 (UTC)

Latest Comments

1 2 3 Next › Last »

ostroffjh commented on 2025-09-29 14:35 (UTC)

Thanks for the update. All seems good now.

IooNag commented on 2025-09-23 13:44 (UTC)

Yes, I'm working on it. But someone took over libselinux and broke things :'(

ostroffjh commented on 2025-09-23 13:36 (UTC)

Any chance for an update? libselinux-3.9-1 requires libsepol >= 3.9

simona commented on 2025-03-03 09:16 (UTC)

68D21823342A13683AEB3E4EFB4C685B5DC1C13E key missing

Pillgar commented on 2025-03-02 22:39 (UTC) (edited on 2025-03-02 23:08 (UTC) by Pillgar)

I keep getting key 68D21823342A13683AEB3E4EFB4C685B5DC1C13E could not be imported error. I can't find it on the https://github.com/archlinuxhardened/selinux/blob/master/_pgp_cache/ or ubuntu/gnupg key server.

UPDATE: I found it. It has hiding: https://github.com/archlinuxhardened/selinux/blob/127684ada271f3f756b9bc4f47c39a195231d2da/libselinux/keys/pgp/68D21823342A13683AEB3E4EFB4C685B5DC1C13E.asc

eltongermano commented on 2023-12-16 00:34 (UTC)

To install updated PGP keys run: wget https://raw.githubusercontent.com/archlinuxhardened/selinux/master/_pgp_cache/B8682847764DF60DF52D992CBC3905F235179CF1.asc && gpg --import B8682847764DF60DF52D992CBC3905F235179CF1.asc

Louis commented on 2023-05-01 22:10 (UTC) (edited on 2023-05-01 22:10 (UTC) by Louis)

Jason's key can be imported running this command:

gpg --keyserver keys.gnupg.net --recv-keys 63191CE94183098689CAB8DB7EF137EC935B0EAF

silverbluep commented on 2023-04-05 00:42 (UTC)

Petr Lautrbach plautrba@redhat.com's key expired or revoked; anyone building should import the other dev key.

IooNag commented on 2022-05-30 08:08 (UTC)

Pillgar: for information the gpg key is available on Ubuntu keyserver (https://keyserver.ubuntu.com/pks/lookup?search=0xE853C1848B0185CF42864DF363A8AD4B982C4373&fingerprint=on&op=index ) and on GitHub's user bachradsusi (https://github.com/bachradsusi.gpg ). I also uploaded it on https://github.com/archlinuxhardened/selinux/blob/master/_pgp_cache/E853C1848B0185CF42864DF363A8AD4B982C4373.asc when I updated the SELinux packages, to make it easier to discover (and it seems you found the key on keys.gnupg.net too). If you found a public keyserver which do not have this key, feel free to send an email to the SELinux mailing list (selinux@vger.kernel.org) asking for the key to be uploaded to this keyserver.

Pillgar commented on 2022-05-29 23:57 (UTC) (edited on 2022-05-30 04:57 (UTC) by Pillgar)

I'm getting an "ERROR: Remote key not fetched correctly from keyserver", when trying to upgrade this package. Not sure if the server is temporarily down, but I thought I'd mention it none the less.

Looks like that key was updated two days ago: https://github.com/archlinuxhardened/selinux/blob/master/_pgp_cache/E853C1848B0185CF42864DF363A8AD4B982C4373.asc

Update: gpg --keyserver keys.gnupg.net --recv-keys BE22091E3EF62275 worked! I had incorrectly used pacman-key --recv-keys BE22091E3EF62275 before!