diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-26 17:02:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-26 17:02:53 +0200 |
commit | b99bfb1354a3e7ad563f8cadbf8af5be4fafa5ab (patch) | |
tree | a1ddd5e626bb24e1b0f1d59fde6cb9520919e119 /doc | |
parent | 7a4b85122987ba87ea01fd2ca9c2463b2d76f7e0 (diff) | |
download | systemd-b99bfb1354a3e7ad563f8cadbf8af5be4fafa5ab.tar.gz |
doc: fix quoting
Noticed by Craig Barnes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PORTABLE_SERVICES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PORTABLE_SERVICES.md b/doc/PORTABLE_SERVICES.md index b989a4e549..1833244447 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) |