From 0e3d258f46e366e01abf28e173ef8fb7adf5a6dd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Jun 2016 13:19:03 -0400 Subject: Property.Firejail: New module. Thanks, Sean Whitton --- debian/changelog | 2 ++ doc/todo/merge_request:_Firejail.hs.mdwn | 2 ++ propellor.cabal | 1 + 3 files changed, 5 insertions(+) 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 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 -- cgit v1.2.3