mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ice-client: restrict read access to ice user password
This commit is contained in:
parent
9573b64759
commit
ad027d5ed6
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ uci -q set passwords.ice=usertype
|
|||
uci -q set passwords.ice.password="\$WPAKEY"
|
||||
uci -q del_list passwords.ice._access_w=root
|
||||
uci -q add_list passwords.ice._access_w=root
|
||||
uci -q del_list passwords.ice._access_r=root
|
||||
uci -q add_list passwords.ice._access_r=root
|
||||
uci -q commit passwords
|
||||
|
||||
uci show rpcd | grep username=.*ice.* >/dev/null || {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue