summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-06-19 13:19:03 -0400
committerJoey Hess2016-06-19 13:19:32 -0400
commit0e3d258f46e366e01abf28e173ef8fb7adf5a6dd (patch)
tree2f33a854f3713933feb9a8ed58ead23ad6c24912
parent8bff414203a6e715d5c0591ad226d5d7f0ac5845 (diff)
Property.Firejail: New module. Thanks, Sean Whitton
-rw-r--r--debian/changelog2
-rw-r--r--doc/todo/merge_request:_Firejail.hs.mdwn2
-rw-r--r--propellor.cabal1
3 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7cc3838e..1983e06c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ propellor (3.1.0) UNRELEASED; urgency=medium
Thanks, FĂ©lix Sipma.
* Apt.install: When asked to install a package that apt does not know
about, it used to incorrectly succeed. Now it will fail.
+ * Property.Firejail: New module.
+ Thanks, Sean Whitton
-- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400
diff --git a/doc/todo/merge_request:_Firejail.hs.mdwn b/doc/todo/merge_request:_Firejail.hs.mdwn
index c31c9167..b593c5b4 100644
--- a/doc/todo/merge_request:_Firejail.hs.mdwn
+++ b/doc/todo/merge_request:_Firejail.hs.mdwn
@@ -12,3 +12,5 @@ Comments:
- 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
+
+> [[done]], thanks! (I fixed the warning.) --[[Joey]]
diff --git a/propellor.cabal b/propellor.cabal
index dd14fcc0..94b33154 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -99,6 +99,7 @@ Library
Propellor.Property.Docker
Propellor.Property.Fail2Ban
Propellor.Property.File
+ Propellor.Property.Firejail
Propellor.Property.Firewall
Propellor.Property.FreeBSD
Propellor.Property.FreeBSD.Pkg