ACL: add HTSP DVR rights for the initial user, fixes #2551
This commit is contained in:
parent
40a2e93c8a
commit
920cb3582c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue