summaryrefslogtreecommitdiff
path: root/doc/todo/merge_request:_Firejail.hs.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-06-19 13:18:39 -0400
committerJoey Hess2016-06-19 13:18:39 -0400
commit8bff414203a6e715d5c0591ad226d5d7f0ac5845 (patch)
tree72e5fec7057c78d84890f78aaa792854dff6d5d6 /doc/todo/merge_request:_Firejail.hs.mdwn
parentf6cc964592f8ad6f669abd27b3f04ab65eccb245 (diff)
parentd5cfcd6e7ad36b1ba63893bd5c611d415cddc972 (diff)
Merge branch 'master' of ssh://propellor.branchable.com
Diffstat (limited to 'doc/todo/merge_request:_Firejail.hs.mdwn')
-rw-r--r--doc/todo/merge_request:_Firejail.hs.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/merge_request:_Firejail.hs.mdwn b/doc/todo/merge_request:_Firejail.hs.mdwn
new file mode 100644
index 00000000..c31c9167
--- /dev/null
+++ b/doc/todo/merge_request:_Firejail.hs.mdwn
@@ -0,0 +1,14 @@
+Please consider merging branch `firejail` of repo `https://git.spwhitton.name/propellor`.
+
+Changes:
+
+- Add `applytoList` property combinator
+- Add `Propellor.Property.Firejail` module
+
+Comments:
+
+- I'm not sure whether Joey or I originally wrote `applyToList`; it's been in my config.hs for a while
+- `Firejail.jailed` accepts a list of executables (and `Firejail.jailed'` is not exported) because as with `Apt.installed`, I think most users will want to jail more than one program. For example `Firejail.jailed ["firefox", "evince"]`.
+- I made the build clean on GHC 7.10 but there is a warning on 7.6 that `Prelude` does not export `Foldable`. 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