summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-12-02 10:32:08 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-12-02 10:32:08 -0500
commitdc56a428257587f52a5cf10de476a2648ef12892 (patch)
tree86f902be50c41fde4459bdf2bfd61b3ade1099e5
parent84f1a80841e9c4580b499519735dc43694ce1c60 (diff)
Clarify that executable has to be a full path
-rw-r--r--sway/sway-security.7.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway-security.7.txt b/sway/sway-security.7.txt
index ec11f10b..a1ed9e32 100644
--- a/sway/sway-security.7.txt
+++ b/sway/sway-security.7.txt
@@ -104,11 +104,13 @@ access:
**permit** <executable> <features...>::
Permits <executable> to use <features> (each feature seperated by a space).
- <executable> may be * to affect the default policy.
+ <executable> may be * to affect the default policy, or the full path to the
+ executable file.
**reject** <executable> <features...>::
Disallows <executable> from using <features> (each feature seperated by a space).
- <executable> may be * to affect the default policy.
+ <executable> may be * to affect the default policy, or the full path to the
+ executable file.
Note that policy enforcement requires procfs to be mounted at /proc and the sway
process to be able to access _/proc/[pid]/exe_ (see **procfs(5)** for details on