diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-15 18:06:50 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-15 18:06:50 +0000 |
commit | 0f8fe3f5d0b7a642cc015469c085a3bc278dd900 (patch) | |
tree | 659ed79bf7d0502e9432271bb7c2f42f8b38d386 | |
parent | ebc190e578759452f50c1cc48b7025f48486568c (diff) |
x11-wm/sway: explain why SUID is enabled
Sway needs setuid bit on DRM when (e)logind isn't available. When
running only on X11 setuid bit can be disabled.
Notes
Notes:
svn path=/head/; revision=490395
-rw-r--r-- | x11-wm/sway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index a726ffaa55b2..0d87f2ea541f 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -35,7 +35,7 @@ OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc -SUID_DESC= Install with setuid bit set +SUID_DESC= setuid bit on "sway" binary (required for DRM session) SUID_PLIST_SUB= MAYBE_SUID="@(,,4755) " SUID_PLIST_SUB_OFF= MAYBE_SUID="" |