You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 trying to move (or duplicate) the hook into the /etc/dpkg/dpkg.cfg.d/ directory so that it is run by dpkg directly.
Potential problems:
dpkg already has a post-invoke, is it possible to add others?
Performance: does it result in paxrat being run more often? Does this noticeably impact the performance of apt operations?
The text was updated successfully, but these errors were encountered:
Currently, the
dpkg
hook to runpaxrat
is called byapt
. This is disadvantageous because it won't run when packages are installed manually usingdpkg -i
.We should look at trying to move (or duplicate) the hook into the
/etc/dpkg/dpkg.cfg.d/
directory so that it is run bydpkg
directly.Potential problems:
dpkg
already has a post-invoke, is it possible to add others?paxrat
being run more often? Does this noticeably impact the performance ofapt
operations?The text was updated successfully, but these errors were encountered: