From: Zbigniew Jędrzejewski-Szmek Date: Sat, 26 May 2018 15:02:53 +0000 (+0200) Subject: doc: fix quoting X-Git-Tag: v239~202^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9092%2Fhead;p=thirdparty%2Fsystemd.git doc: fix quoting Noticed by Craig Barnes. --- diff --git a/doc/PORTABLE_SERVICES.md b/doc/PORTABLE_SERVICES.md index b989a4e5499..18332444472 100644 --- a/doc/PORTABLE_SERVICES.md +++ b/doc/PORTABLE_SERVICES.md @@ -120,7 +120,7 @@ This command does the following: generally contains security options that lock down the service. By default the `default` profile is used, which provides a medium level of security. There's also `trusted` which runs the service at the highest - privileges, i.e. host's root and everything. The `strict' profile comes with + privileges, i.e. host's root and everything. The `strict` profile comes with the toughest security restrictions. Finally, `nonetwork` is like `default` but without network access. Users may define their own profiles too (or modify the existing ones)