summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firejail.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-21 16:29:42 -0400
committerJoey Hess2017-11-21 16:29:42 -0400
commit462f0fd693554285afb149faf4ae5dbe798fda54 (patch)
tree1349a31fde27c421d2941cd0ca6c60359b286307 /src/Propellor/Property/Firejail.hs
parenta19980ea1ae0a7287fd3658e09712d4123f6332e (diff)
parent33dab96764e04dc2bfbec44c54062c3b6ee60554 (diff)
Merge remote-tracking branch 'spwhitton/sbuild-overhaul'
Diffstat (limited to 'src/Propellor/Property/Firejail.hs')
-rw-r--r--src/Propellor/Property/Firejail.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Firejail.hs b/src/Propellor/Property/Firejail.hs
index 6e877683..aa4024a7 100644
--- a/src/Propellor/Property/Firejail.hs
+++ b/src/Propellor/Property/Firejail.hs
@@ -26,6 +26,6 @@ jailed ps = mconcat (map jailed' ps)
`requires` installed
`describe` unwords ("firejail jailed":ps)
-jailed' :: String -> Property UnixLike
+jailed' :: String -> RevertableProperty UnixLike UnixLike
jailed' p = ("/usr/local/bin" </> p)
`File.isSymlinkedTo` File.LinkTarget "/usr/bin/firejail"