diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-03 20:22:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 20:22:55 -0400 |
commit | 22db601331b3f2a4a92fa56835cd7fe98ffaaba1 (patch) | |
tree | 328fbd4ddd561550dd48473861616fd622fd2b7f | |
parent | 0c8bc0264a8a66365c88c4f829c1ac0fefa65432 (diff) | |
parent | 85e60dd0bad669b4f95572e6b8c450d8f901751b (diff) | |
download | sway-22db601331b3f2a4a92fa56835cd7fe98ffaaba1.zip sway-22db601331b3f2a4a92fa56835cd7fe98ffaaba1.tar.gz sway-22db601331b3f2a4a92fa56835cd7fe98ffaaba1.tar.bz2 |
Merge pull request #1720 from bobsaintcool/r0.15/doc/fix_security_path
<sway/man: Fix path typo for sway-security(7) default path>
-rw-r--r-- | sway/sway-security.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-security.7.txt b/sway/sway-security.7.txt index c8d6758..b28ffdf 100644 --- a/sway/sway-security.7.txt +++ b/sway/sway-security.7.txt @@ -92,7 +92,7 @@ policies. These features are: Permission to take screenshots or record the screen. By default, no permissions are granted (though saner defaults are provided in -/etc/sway/config.d/security). You can use the following configuration options to control +/etc/sway/security.d/00-defaults). You can use the following configuration options to control a program's access: **permit** <executable> <features...>:: |