summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Firejail.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-22 14:42:03 -0400
committerJoey Hess2017-11-22 14:42:03 -0400
commit1ba03e425ca48aa9d9c32861681c9e5b70abe881 (patch)
tree2f162520589c649978a9986e8cce9e2e39c0e96c /src/Propellor/Property/Firejail.hs
parent85a6ca99ac40d521b3634af6f4f8c9f8b227a0ff (diff)
parenteebdd018cd4c3054c258eeb7a6b304b263d62a74 (diff)
Merge branch 'master' into joeyconfig
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"