ACL: add HTSP DVR rights for the initial user, fixes #2551

This commit is contained in:
Jaroslav Kysela 2014-12-14 20:21:52 +01:00
parent 40a2e93c8a
commit 920cb3582c

View file

@ -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);