diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Firejail.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Firejail.hs b/src/Propellor/Property/Firejail.hs index 2aa6cf3a..b7841e07 100644 --- a/src/Propellor/Property/Firejail.hs +++ b/src/Propellor/Property/Firejail.hs @@ -13,7 +13,7 @@ import qualified Propellor.Property.File as File installed :: Property DebianLike installed = Apt.installed ["firejail"] --- | For each program name passed, create symlinks in @/usr/local/bin@ that +-- | For each program name passed, create symlinks in /usr/local/bin that -- will launch that program in a Firejail sandbox. -- -- The profile for the sandbox will be the same as if the user had run |
