blob: f14add77c384d63925905c6dcf167e055c81d32a [file] [log] [blame]
Stephen Smalley674e0682013-10-30 12:51:19 -04001To build and install everything under a private directory, run:
2make DESTDIR=~/obj install install-pywrap
Stephen Smalley0ddd5342013-10-28 13:34:47 -04003
4To install as the default system libraries and binaries
Stephen Smalley674e0682013-10-30 12:51:19 -04005(overwriting any previously installed ones - dangerous!),
6on x86_64, run:
Stephen Smalley0ddd5342013-10-28 13:34:47 -04007make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
Stephen Smalley674e0682013-10-30 12:51:19 -04008or on x86 (32-bit), run:
9make install install-pywrap relabel
Stephen Smalley0ddd5342013-10-28 13:34:47 -040010
11This may render your system unusable if the upstream SELinux userspace
12lacks library functions or other dependencies relied upon by your
13distribution. If it breaks, you get to keep both pieces.