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

pick should install profiles for called helper applications as well #77

Closed
curiosityseeker opened this issue Sep 13, 2022 · 2 comments
Closed

Comments

@curiosityseeker
Copy link
Contributor

curiosityseeker commented Sep 13, 2022

The instructions for "Partial install" says that pick "will also install required abstractions and tunables". It does that, indeed, but it does not install profiles for helper applications called from the main application.

Example: I installed the profile for zram-generatorwhich contains the following lines:

/{usr/,}bin/systemd-detect-virt     rPx,
/{usr/,}lib/systemd/systemd-makefs  rPx,

and the latter one is calling:

/{usr/,}{s,}bin/mkswap     rPx,
/{usr/,}bin/mkfs.*         rPx,

Unfortunately, those profiles were not installed by pick. I think that's a bug as those missing profiles will probably lead to errors.

@roddhjav
Copy link
Owner

Hi, So ultimately you are right. This feature needs to be added to the pick script. However, as I focus on the package installation, I currently do not have the time to work on this. But PR are more thank welcome.

@curiosityseeker
Copy link
Contributor Author

Thanks, I understand!

I'm a lousy coder at best but I will see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants