Please consider merging branch firejail of repo https://git.spwhitton.name/propellor.
Changes:
- Add
applytoListproperty combinator - Add
Propellor.Property.Firejailmodule
Comments:
- I'm not sure whether Joey or I originally wrote
applyToList; it's been in my config.hs for a while Firejail.jailedaccepts a list of executables (andFirejail.jailed'is not exported) because as withApt.installed, I think most users will want to jail more than one program. For exampleFirejail.jailed ["firefox", "evince"].- I made the build clean on GHC 7.10 but there is a warning on 7.6 that
Preludedoes not exportFoldable. I don't know how to fix this while maintaining the 7.10 clean build, and it seems to me that having the 7.10 build be clean is more important than having the 7.6 build be clean.
--spwhitton