Skip to content

Commit 28e8e73

Browse files
Merge pull request #21 from santiagorr/fix-apt-hook-check-paxrat
Fix apt hook to check it /sbin/paxrat exists
2 parents e7e37a0 + a2676e8 commit 28e8e73

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 { "/sbin/paxrat -c /etc/paxrat/paxrat.conf";}
1+
DPkg::Post-Invoke { "/usr/bin/test -x /sbin/paxrat && /sbin/paxrat 1>/dev/null || true";}
22

0 commit comments

Comments
 (0)