summaryrefslogtreecommitdiff
path: root/gnu/packages/selinux.scm
Commit message (Collapse)AuthorAge
* gnu: libsepol: Fix build on non-x86_64.Ricardo Wurmus2018-01-29
| | | | | | | * gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability". (checkpolicy, libselinux, libsemanage, secilc, python-sepolgen, python-setools, policycoreutils)[arguments]: Remove inherited phase "portability".
* gnu: Update SELinux packages.Ricardo Wurmus2018-01-25
| | | | | | | | | | | | | | | | | * gnu/packages/selinux.scm (libsepol): Update to 2.7, release 20170804. [source]: Fetch from git. (checkpolicy)[arguments]: Set LIBSEPOLA. (libselinux)[arguments]: Likewise; remove build phase "patch-libsepol-path". (python-sepolgen)[arguments]: Adjust directory name in "enter-dir". (python-setools): Update to 4.1.1. [source]: Fetch from git. (policycoreutils)[source]: Remove patch. [arguments]: Remove build phases "fix-glib-cflags", "fix-linkage-with-libsepol", "fix-target-paths", and "wrap-python-tools". [inputs]: Remove python-wrapper, python-sepolgen, python-setools, python-ipy, libcap-ng, pcre, dbus, dbus-glib, and glib. * gnu/packages/patches/policycoreutils-make-sepolicy-use-python3.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libselinux: Propagate libsepol and pcre.Kei Kebreau2017-06-15
| | | | | | | Both libsepol and pcre required by libselinux.pc. * gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre... [propagated-inputs]: ...here.
* gnu: Add policycoreutils.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (policycoreutils): New variable.
* gnu: Add python-setools.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (python-setools): New variable.
* gnu: Add python-sepolgen.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (python-sepolgen): New variable.
* gnu: Add secilc.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (secilc): New variable.
* gnu: Add libsemanage.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (libsemanage): New variable.
* gnu: Add libselinux.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (libselinux): New variable.
* gnu: Add checkpolicy.Ricardo Wurmus2017-04-22
| | | | * gnu/packages/selinux.scm (checkpolicy): New variable.
* gnu: Add libsepol.Ricardo Wurmus2017-04-22
* gnu/packages/selinux.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.