]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
access: fix the default ACL entry, fixes #4140
authorJaroslav Kysela <perex@perex.cz>
Sat, 17 Dec 2016 09:17:38 +0000 (10:17 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 17 Dec 2016 09:17:38 +0000 (10:17 +0100)
src/access.c

index 99c8b82eb743de20d1f03e18c2ff145fda63fd2a..3f02714b8f3b7c35460ff95c928fe11f2ac72097 100644 (file)
@@ -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;