1
0
Fork
You've already forked selinux
0
My personal tree of SELinux userspace, used for managing WIP patches.
  • C 74.7%
  • Python 16.1%
  • Roff 5.2%
  • SWIG 1.2%
  • Makefile 1.1%
  • Other 1.7%
Stephen Smalley 72b4d02d18 mcstrans: check and handle NULL returns from create_*()
Fix several instances where the return value of create_*()
wasn't being checked.
Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
2026年05月29日 13:54:40 -04:00
.circleci CircleCI: do not add Debian-specific parameter when invoking setup.py 2022年07月06日 15:57:21 -04:00
.fmf ci: use Testing Farm for running the testsuite 2025年01月16日 12:43:14 +01:00
.github Add simple github PR template 2025年09月11日 09:41:29 -04:00
checkpolicy checkpolicy: remove unneeded malloc() casts 2026年05月21日 10:00:08 -04:00
dbus dbus/selinux_server.py: validate policy config value 2026年05月21日 10:11:34 -04:00
gui gui: do not load from cwd and properly quote inputs 2026年05月21日 10:11:39 -04:00
libselinux libselinux: reset scanned file count at selinux_restorecon(3) entry 2026年05月20日 12:54:25 -04:00
libsemanage libsemanage: make expand-check a proper boolean option 2026年05月21日 10:09:44 -04:00
libsepol libsepol: In module_to_cil use constrain and validatetrans where possible 2026年05月26日 10:01:54 -04:00
mcstrans mcstrans: check and handle NULL returns from create_*() 2026年05月29日 13:54:40 -04:00
policycoreutils policycoreutils/secon: fix discarded-qualifiers warning with glibc 2.43 2026年05月12日 13:56:24 -04:00
python python/sepolicy: update for modern python builds 2026年05月18日 07:56:59 -04:00
restorecond restorecond: Do not unlink pidfile if not used 2026年05月26日 10:01:55 -04:00
sandbox sandbox/seunshare: drop -k/--kill support 2026年05月26日 10:01:51 -04:00
scripts scripts: GPG Sign overall tarball in release 2026年02月01日 17:55:22 -08:00
secilc cil_reference_guide: update specification for valid symbols 2026年05月15日 16:01:21 +02:00
semodule-utils Update VERSIONs to 3.10 for release. 2026年02月01日 18:01:16 -08:00
tmt ci: use Testing Farm for running the testsuite 2025年01月16日 12:43:14 +01:00
.clang-format treewide: add .clang-format configuration file 2025年10月21日 09:24:22 -04:00
.editorconfig add an editorconfig file 2025年10月21日 09:23:50 -04:00
.gitignore gitignore: add entries for coverage related files extensions 2026年05月20日 08:26:54 -04:00
CleanSpec.mk Add empty top level Android.mk / CleanSpec.mk files 2015年04月16日 07:54:09 -04:00
CONTRIBUTING.md treewide: add .clang-format configuration file 2025年10月21日 09:24:22 -04:00
LICENSE docs: provide a top level LICENSE file 2022年10月05日 08:20:38 -04:00
Makefile treewide: add .clang-format configuration file 2025年10月21日 09:24:22 -04:00
README.md README: add SLES and openSUSE as distros 2026年03月17日 14:46:44 -04:00
SECURITY.md SECURITY.md: add my email address and GPG key fingerprint 2025年08月04日 18:39:25 +02:00
VERSION Update VERSIONs to 3.10 for release. 2026年02月01日 18:01:16 -08:00

SELinux Userspace

SELinux logo Run Tests Run SELinux testsuite in Testing Farm OSS-Fuzz Status CIFuzz Status

SELinux is a flexible Mandatory Access Control (MAC) system built into the Linux Kernel. SELinux provides administrators with a comprehensive access control mechanism that enables greater access granularity over the existing Linux Discretionary Access Controls (DAC) and is present in many major Linux distributions. This repository contains the sources for the SELinux utilities and system libraries which allow for the configuration and management of an SELinux-based system.

Please submit all bug reports and patches to the selinux@vger.kernel.org mailing list. You can subscribe by sending an email to selinux+subscribe@vger.kernel.org Archives of the mailing list are available at https://lore.kernel.org/selinux.

See the SELinux Userspace wiki for more information.

Installation

SELinux libraries and tools are packaged in several Linux distributions:

Building and testing

Build dependencies on Fedora:

# For C libraries and programs
dnf install \
 audit-libs-devel \
 bison \
 bzip2-devel \
 CUnit-devel \
 diffutils \
 flex \
 gcc \
 gettext \
 glib2-devel \
 make \
 libcap-devel \
 libcap-ng-devel \
 pam-devel \
 pcre2-devel \
 xmlto
# For Python and Ruby bindings
dnf install \
 python3-devel \
 python3-pip \
 python3-setuptools \
 python3-wheel \
 ruby-devel \
 swig

Build dependencies on Debian:

# For C libraries and programs
apt-get install --no-install-recommends --no-install-suggests \
 bison \
 flex \
 gawk \
 gcc \
 gettext \
 make \
 libaudit-dev \
 libbz2-dev \
 libcap-dev \
 libcap-ng-dev \
 libcunit1-dev \
 libglib2.0-dev \
 libpcre2-dev \
 pkgconf \
 python3 \
 systemd \
 xmlto
# For Python and Ruby bindings
apt-get install --no-install-recommends --no-install-suggests \
 python3-dev \
 python3-pip \
 python3-setuptools \
 python3-wheel \
 ruby-dev \
 swig

To build and install everything under a private directory, run:

make clean distclean
make DESTDIR=~/obj install install-rubywrap install-pywrap

On Debian the environment variable DEB_PYTHON_INSTALL_LAYOUT needs to be set to deb when installing the Python wrappers in order to create the correct Python directory structure. On Debian systems older than bookworm set PYTHON_SETUP_ARGS='--install-option "--install-layout=deb"' instead.

To run tests with the built libraries and programs, several paths (relative to $DESTDIR) need to be added to variables $LD_LIBRARY_PATH, $PATH and $PYTHONPATH. This can be done using ./scripts/env_use_destdir:

DESTDIR=~/obj ./scripts/env_use_destdir make test

Some tests require the reference policy to be installed (for example in python/sepolgen).

To install as the default system libraries and binaries (overwriting any previously installed ones - dangerous!), on x86_64, run:

make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel

or on x86 (32-bit), run:

make install install-pywrap relabel

This may render your system unusable if the upstream SELinux userspace lacks library functions or other dependencies relied upon by your distribution. If it breaks, you get to keep both pieces.

Setting CFLAGS

Setting CFLAGS during the make process will cause the omission of many defaults. While the project strives to provide a reasonable set of default flags, custom CFLAGS could break the build, or have other undesired changes on the build output. Thus, be very careful when setting CFLAGS. CFLAGS that are encouraged to be set when overriding are:

  • -fno-semantic-interposition for gcc or compilers that do not do this. clang does this by default. clang-10 and up will support passing this flag, but ignore it. Previous clang versions fail.

macOS

To install libsepol on macOS (mainly for policy analysis):

cd libsepol; make PREFIX=/usr/local install

This requires GNU coreutils:

brew install coreutils