summaryrefslogtreecommitdiff
path: root/gnu/packages/selinux.scm
AgeCommit message (Collapse)Author
2018-06-22gnu: libsemanage: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/selinux.scm (libsemanage)[arguments]: Substitute INVOKE for SYSTEM*.
2018-03-25gnu: libselinux: Use invoke.Mark H Weaver
* gnu/packages/selinux.scm (libselinux)[arguments]: Use invoke in the 'pywrap' and 'install-pywrap' phases.
2018-01-29gnu: libsepol: Fix build on non-x86_64.Ricardo Wurmus
* gnu/packages/selinux.scm (libsepol)[arguments]: Add phase "portability". (checkpolicy, libselinux, libsemanage, secilc, python-sepolgen, python-setools, policycoreutils)[arguments]: Remove inherited phase "portability".
2018-01-25gnu: Update SELinux packages.Ricardo Wurmus
* 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.
2017-06-15gnu: libselinux: Propagate libsepol and pcre.Kei Kebreau
Both libsepol and pcre required by libselinux.pc. * gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre... [propagated-inputs]: ...here.
2017-04-22gnu: Add policycoreutils.Ricardo Wurmus
* gnu/packages/selinux.scm (policycoreutils): New variable.
2017-04-22gnu: Add python-setools.Ricardo Wurmus
* gnu/packages/selinux.scm (python-setools): New variable.
2017-04-22gnu: Add python-sepolgen.Ricardo Wurmus
* gnu/packages/selinux.scm (python-sepolgen): New variable.
2017-04-22gnu: Add secilc.Ricardo Wurmus
* gnu/packages/selinux.scm (secilc): New variable.
2017-04-22gnu: Add libsemanage.Ricardo Wurmus
* gnu/packages/selinux.scm (libsemanage): New variable.
2017-04-22gnu: Add libselinux.Ricardo Wurmus
* gnu/packages/selinux.scm (libselinux): New variable.
2017-04-22gnu: Add checkpolicy.Ricardo Wurmus
* gnu/packages/selinux.scm (checkpolicy): New variable.
2017-04-22gnu: Add libsepol.Ricardo Wurmus
* gnu/packages/selinux.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.