• Home
  • Raw
  • Download

Lines Matching +full:run +full:- +full:selinux +full:- +full:test

1 SELinux Userspace
4 ![SELinux logo](https://github.com/SELinuxProject.png)
5 [![Run Tests](https://github.com/SELinuxProject/selinux/actions/workflows/run_tests.yml/badge.svg)]…
6Run SELinux testsuite in a virtual machine](https://github.com/SELinuxProject/selinux/actions/work…
7-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https://oss-
8 …ps://github.com/SELinuxProject/selinux/actions/workflows/cifuzz.yml/badge.svg)](https://github.com…
10 SELinux is a flexible Mandatory Access Control (MAC) system built into the
11 Linux Kernel. SELinux provides administrators with a comprehensive access
14 distributions. This repository contains the sources for the SELinux utilities
16 SELinux-based system.
18 Please submit all bug reports and patches to the <selinux@vger.kernel.org>
19 mailing list. You can subscribe by sending "subscribe selinux" in the body of
21 available at https://lore.kernel.org/selinux.
24 ------------
26 SELinux libraries and tools are packaged in several Linux distributions:
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 …octo Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selinux)
39 --------------------
46 audit-libs-devel \
48 bzip2-devel \
49 CUnit-devel \
54 glib2-devel \
56 libcap-devel \
57 libcap-ng-devel \
58 pam-devel \
59 pcre2-devel \
64 python3-devel \
65 python3-pip \
66 python3-setuptools \
67 python3-wheel \
68 ruby-devel \
76 apt-get install --no-install-recommends --no-install-suggests \
83 libaudit-dev \
84 libbz2-dev \
85 libcap-dev \
86 libcap-ng-dev \
87 libcunit1-dev \
88 libglib2.0-dev \
89 libpcre2-dev \
96 apt-get install --no-install-recommends --no-install-suggests \
97 python3-dev \
98 python3-pip \
99 python3-setuptools \
100 python3-wheel \
101 ruby-dev \
105 To build and install everything under a private directory, run:
109 make DESTDIR=~/obj install install-rubywrap install-pywrap
111 On Debian `PYTHON_SETUP_ARGS='--install-option "--install-layout=deb"'` needs to be set when instal…
113 To run tests with the built libraries and programs, several paths (relative to `$DESTDIR`) need to …
116 DESTDIR=~/obj ./scripts/env_use_destdir make test
119 In order to run these ones, instructions similar to the ones in section `install` of [./.travis.yml…
122 (overwriting any previously installed ones - dangerous!),
123 on x86_64, run:
125 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
127 or on x86 (32-bit), run:
129 make install install-pywrap relabel
131 This may render your system unusable if the upstream SELinux userspace
143 - -fno-semantic-interposition for gcc or compilers that do not do this. clang does this by default.…
148 -----