Skip to content

Commit a2676e8

Browse files
Update 70paxrat
Test for paxrat binary, run with no args, and redirect stdout so paxrat output is not seen when the hook is called.
1 parent 8f8a34c commit a2676e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/apt/apt.conf.d/70paxrat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DPkg::Post-Invoke { "/usr/bin/test -x /sbin/paxrat && /sbin/paxrat -c /etc/paxrat/paxrat.conf || true";}
1+
DPkg::Post-Invoke { "/usr/bin/test -x /sbin/paxrat && /sbin/paxrat 1>/dev/null || true";}
22

0 commit comments

Comments
 (0)