1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Add ACL for ModemManager Ubus

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-10-29 09:34:12 +01:00
parent ab045f47ce
commit ebce49935a

View file

@ -8,6 +8,9 @@
"/usr/bin/mmcli -m [0-9]* -J": [ "exec" ], "/usr/bin/mmcli -m [0-9]* -J": [ "exec" ],
"/usr/bin/mmcli -i [0-9]* -J": [ "exec" ], "/usr/bin/mmcli -i [0-9]* -J": [ "exec" ],
"/usr/bin/mmcli -m [0-9]* --location-get -J": [ "exec" ] "/usr/bin/mmcli -m [0-9]* --location-get -J": [ "exec" ]
},
"ubus": {
"modemmanager": [ "*" ]
} }
} }
} }