62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
|
|
config rpcd
|
|
option socket '/var/run/ubus/ubus.sock'
|
|
option timeout '200'
|
|
|
|
config login
|
|
option username 'admin'
|
|
option password '$p$admin'
|
|
option group 'root'
|
|
option _dummy_time '1688370835'
|
|
list read 'superuser'
|
|
list read '*'
|
|
list write 'superuser'
|
|
list write '*'
|
|
|
|
config superuser
|
|
option username 'admin'
|
|
list read '*'
|
|
list write '*'
|
|
option password '$p$admin'
|
|
|
|
config group 'root'
|
|
option target_write 'allow'
|
|
option target_read 'allow'
|
|
list write '*'
|
|
list read '*'
|
|
|
|
config group 'admin'
|
|
option target_read 'deny'
|
|
list read 'system/multiusers/users_configuration'
|
|
list read 'system/backup'
|
|
list read 'system/flashops'
|
|
list read 'system/cli'
|
|
list read 'system/wizard'
|
|
list read 'system/uscripts'
|
|
list read 'system/profiles'
|
|
option target_write 'deny'
|
|
list write 'system/flashops'
|
|
list write 'system/uscripts'
|
|
list write 'system/wizard'
|
|
list write 'system/multiusers/users_configuration'
|
|
list write 'system/profiles'
|
|
list write 'system/admin/access_control/general'
|
|
list write 'system/backup'
|
|
|
|
config group 'user'
|
|
option target_write 'allow'
|
|
option target_read 'deny'
|
|
list write 'system/multiusers/change_password'
|
|
list read 'system/multiusers/users_configuration'
|
|
list read 'system/flashops'
|
|
list read 'system/backup'
|
|
list read 'system/admin/access_control'
|
|
list read 'system/cli'
|
|
list read 'system/uscripts'
|
|
list read 'services/packages'
|
|
list read 'network'
|
|
list read 'system/wizard'
|
|
list read 'services/hotspot/general/userscripts'
|
|
list read 'services/mobile_utilities/sms_messages/send'
|
|
|