blob: c250450972d098967fdde389d5e2096602668582 [file] [log] [blame]
Stephen Smalley38bbed02015-02-20 12:26:27 -05001Please submit all bug reports and patches to selinux@tycho.nsa.gov.
2Subscribe via selinux-join@tycho.nsa.gov.
3
Stephen Smalley4ef938a2015-02-03 11:15:24 -05004Build dependencies on Fedora:
Stephen Smalleyee7bea52015-02-03 11:27:50 -05005yum install bison flex swig flex-static flex-devel pcre-devel bzip2-devel ustr-devel audit-libs-devel libcap-devel libcap-ng-devel pam-devel
Stephen Smalley4ef938a2015-02-03 11:15:24 -05006
Stephen Smalley674e0682013-10-30 12:51:19 -04007To build and install everything under a private directory, run:
8make DESTDIR=~/obj install install-pywrap
Stephen Smalley0ddd5342013-10-28 13:34:47 -04009
10To install as the default system libraries and binaries
Stephen Smalley674e0682013-10-30 12:51:19 -040011(overwriting any previously installed ones - dangerous!),
12on x86_64, run:
Stephen Smalley0ddd5342013-10-28 13:34:47 -040013make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
Stephen Smalley674e0682013-10-30 12:51:19 -040014or on x86 (32-bit), run:
15make install install-pywrap relabel
Stephen Smalley0ddd5342013-10-28 13:34:47 -040016
17This may render your system unusable if the upstream SELinux userspace
18lacks library functions or other dependencies relied upon by your
19distribution. If it breaks, you get to keep both pieces.