From: Jaroslav Kysela Date: Sun, 14 Dec 2014 19:21:52 +0000 (+0100) Subject: ACL: add HTSP DVR rights for the initial user, fixes #2551 X-Git-Tag: v4.1~602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=920cb3582c5808730d8d78d63c70236298a15287;p=thirdparty%2Ftvheadend.git ACL: add HTSP DVR rights for the initial user, fixes #2551 --- diff --git a/src/access.c b/src/access.c index dde6415e4..f1ecc0a92 100644 --- a/src/access.c +++ b/src/access.c @@ -1404,6 +1404,7 @@ access_init(int createdefault, int noacl) ae->ae_adv_streaming = 1; ae->ae_htsp_streaming = 1; ae->ae_dvr = 1; + ae->ae_htsp_dvr = 1; ae->ae_webui = 1; ae->ae_admin = 1; access_entry_update_rights(ae);