Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look at moving dpkg-hook to /etc/dpkg/dpkg.cfg.d/ #23

Open
mckinney-subgraph opened this issue Mar 2, 2017 · 0 comments
Open

Look at moving dpkg-hook to /etc/dpkg/dpkg.cfg.d/ #23

mckinney-subgraph opened this issue Mar 2, 2017 · 0 comments
Assignees

Comments

@mckinney-subgraph
Copy link
Contributor

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:

  1. dpkg already has a post-invoke, is it possible to add others?
  2. Performance: does it result in paxrat being run more often? Does this noticeably impact the performance of apt operations?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant