paxrat
paxrat copied to clipboard
paxrat is a utility to set PaX flags on a set of binaries.
Hi, I had some issues with the watcher mode, which was sometimes missing some files changes. I am currently using a new library and it works fine now. We also...
I accidentally just ran `sudo paxrat -c /etc/paxrat.conf` and was confused for a second why my changes hadn't taken place. Only after I looked through `dmesg` and `/var/log/syslog` did I...
Signed-off-by: Santiago R.R
Hi, when trying to build 1.32, my debian build system complains: ... dh_auto_test cd obj-x86_64-linux-gnu && go test -v -p 1 github.com/subgraph/paxrat # github.com/subgraph/paxrat src/github.com/subgraph/paxrat/paxrat_test.go:15:2: undefined: err src/github.com/subgraph/paxrat/paxrat_test.go:16:5: undefined: err...
Even if it's just the same text you see running `paxrat -h`, it'd be nice if I didn't have to remember `man paxrat` returns an error.
systemd documents how a program should handle these `systemctl` commands and what UNIX signals are sent to the process. `paxrat` should be capable of handling them as expected. The `signal`...
Currently, the `dpkg` hook to run `paxrat` is called by `apt`. This is disadvantageous because it won't run when packages are installed manually using `dpkg -i`. We should look at...