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.
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:and the latter one is calling:
Unfortunately, those profiles were not installed by
pick. I think that's a bug as those missing profiles will probably lead to errors.