Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: add HTSP DVR rights for the initial user, fixes #2551
  • Loading branch information
perexg committed Dec 14, 2014
1 parent 40a2e93 commit 920cb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/access.c
Expand Up @@ -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);
Expand Down

0 comments on commit 920cb35

Please sign in to comment.