From: Jaroslav Kysela Date: Sat, 17 Dec 2016 09:17:38 +0000 (+0100) Subject: access: fix the default ACL entry, fixes #4140 X-Git-Tag: v4.2.1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49ea875bf98bd60070e28cffbb07b28a65c83de;p=thirdparty%2Ftvheadend.git access: fix the default ACL entry, fixes #4140 --- diff --git a/src/access.c b/src/access.c index 99c8b82eb..3f02714b8 100644 --- a/src/access.c +++ b/src/access.c @@ -2265,6 +2265,7 @@ access_init(int createdefault, int noacl) ae->ae_comment = strdup(ACCESS_DEFAULT_COMMENT); ae->ae_enabled = 1; + ae->ae_change_rights = 1; ae->ae_streaming = 1; ae->ae_adv_streaming = 1; ae->ae_htsp_streaming = 1;