grsecurity: add gradm, paxctl, and pax-utils#1765
Closed
thoughtpolice wants to merge 13 commits intoNixOS:masterfrom
Closed
grsecurity: add gradm, paxctl, and pax-utils#1765thoughtpolice wants to merge 13 commits intoNixOS:masterfrom
thoughtpolice wants to merge 13 commits intoNixOS:masterfrom
Conversation
Member
There was a problem hiding this comment.
If you don't mind, could you move the meta section to the end of the derivation, as per convention?
Member
|
Apart from the minor comments above, looks good to me! |
keybinder is a library for registering global keyboard shortcuts. keybinder works with GTK-based applications using the X Window System. https://github.com/engla/keybinder/
Add 'keybinder' and 'python-notify' as dependencies. Fixes this: $ terminator [...] Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable [...] ActivityWatch plugin unavailable: please install python-notify
Align the package name with what other distros call it. Other distros: Fedora, Debian, Archlinux, OpenSUSE, Mageia, Slackware (and probably more).
Firmware uploader for the teensy microcontroller board family.
This also ensures the appropriate udev rules are installed. Signed-off-by: Austin Seipp <[email protected]>
Signed-off-by: Austin Seipp <[email protected]>
Signed-off-by: Austin Seipp <[email protected]>
Member
Author
|
WTF. GitHub somehow totally messed up my attempt to rebase all my changes... sigh. It looks like this PR is totally botched. I'll open a new one (sorry for the spam). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds 3 packages you might typically want with a grsec deployment.
The pieces here basically overlap some of with #1187 (which I found after I wrote my own
gradmpackage). This also installs the udev rules forgradm.Unlike the work by @wizeman it doesn't attempt to properly mark JIT binaries via
paxctl- it only adds the packages. But I think there's no reason to hold back the packages even without this.And
pax-utilsis from the Hardened Gentoo project, and includes some useful utilities (likepspax).