summary refs log tree commit diff
path: root/pkgs/os-specific/linux/gradm
Commit message (Collapse)AuthorAge
* gradm: 3.1-202012071814 -> 3.1-202102241600Robert T. McGibbon2021-05-14
|
* gradm: 3.1-201903191516 -> 3.1-202012071814R. RyanTM2021-02-19
|
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* gradm: 3.1-201608131257 -> 3.1-201903191516R. RyanTM2020-01-27
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Revert "gradm: fix using gradm while the RBAC system is active"Joachim Fasting2016-11-28
| | | | | | | | This reverts commit fdbf7dc8b38cd523804d342d2c153dfeb10cc83d. Unfortunately, while gradm now works when the RBAC system is enabled, gradm still fails when full system learning is enabled, so I probably need to try again later.
* gradm: fix using gradm while the RBAC system is activeJoachim Fasting2016-11-26
| | | | | | | | | The built-in ACL prevents the gradm binary from loading dynamic libraries from the Nix store. Thus, once the RBAC system is activated, the gradm binary cannot be used. Fix by patching in rules to allow references to the Nix store where appropriate.
* gradm: 3.1-201607172312 -> 3.1-201608131257Joachim Fasting2016-08-17
|
* gradm: ensure that udev rules are actually installedJoachim Fasting2016-07-24
| | | | | Another regression on my part: gradm won't install the rules unless $(DESTDIR)/etc/udev/rules.d exists.
* gradm: 3.1-201507191652 -> 3.1-201607172312Joachim Fasting2016-07-22
|
* treewide: Mass replace 'binutils}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
|
* gradm, paxctl, pax-utils: unmaintainRicardo M. Correia2015-10-05
|
* gradm: fix download (ZHF)Luca Bruno2015-07-22
|
* gradm: Update from 3.1-201502222102 -> 3.1-201503211320Ricardo M. Correia2015-03-24
|
* gradm: Update from 3.0-201408301734 -> 3.1-201502222102Ricardo M. Correia2015-02-23
|
* gradm: Update from 3.0-201405281853 -> 3.0-201408301734Ricardo M. Correia2014-09-08
|
* gradm: 3.0-201401291757 -> 3.0-201405281853Austin Seipp2014-06-22
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* gradm: learn of all accesses for /nix/storeAustin Seipp2014-04-06
| | | | | | | | This is necessary for gradm's learning mode to work, as otherwise the /nix/store directory is marked hidden, which causes the kernel to reject the linker loading ld-linux.so Signed-off-by: Austin Seipp <aseipp@pobox.com>
* gradm: fix gradm_pam pathAustin Seipp2014-04-06
| | | | | | | | We alredy rewrote /sbin/gradm, which technically matches /sbin/gradm_pam, so this ends up working exactly as we want. Otherwise we rewrite twice and gradm can't execute the PAM module with '-p' Signed-off-by: Austin Seipp <aseipp@pobox.com>
* gradm, pax-utils, paxctl: Add myself as a maintainerRicardo M. Correia2014-02-22
|
* gradm: Fix URLRicardo M. Correia2014-02-22
|
* grsecurity: add gradm-3.0-201401291757Austin Seipp2014-02-21
This also ensures the appropriate udev rules are installed. Signed-off-by: Austin Seipp <aseipp@pobox.com>