From acee68a9ee94a084576e91f74f226efb41b231d7 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Wed, 28 Oct 2015 15:11:11 -0700 Subject: [PATCH] Made screensharing jail off by default Also added note about requiring paths-osx.conf. --- config/jail.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/jail.conf b/config/jail.conf index 2b9e9eaf..65ffdef1 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -788,8 +788,9 @@ maxretry = 1 findtime = 1 [screensharing] -# For Mac OS Screen Sharing Service -enabled = true +# For Mac OS Screen Sharing Service (VNC) +# Requires the 'before' statement in the [INCLUDE] section to include paths-osx.conf +enabled = false filter = screensharingd logpath = %(system_log)s logencoding=utf-8