diff options
author | Glenn Washburn <development@efficientek.com> | 2023-03-01 23:39:48 -0600 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-03-15 23:56:59 +0100 |
commit | 6ad6a241c32ebd4d62f6021a2e3cbe4e1bc192c2 (patch) | |
tree | 3adcf506c7f6b0139c2677c866421d41199af2ca /applications/luci-app-ledtrig-usbport/htdocs/luci-static | |
parent | 9c55500fe8efa309d55f34c21d5ae2bf69fabf06 (diff) |
luci-mod-network: add stricter wireless interface name validation
Linux wireless interface names have the following restrictions:
* It must not be an empty string
* It must not be '.' or '..'
* It must not contain any /, : or space character ( , \t, \n, ...)
* It must be less than 16 chars
* It likely must not contain any % either
Fixes: 8673aef8db ("luci-mod-network: remove uciname validation from wireless interface")
Signed-off-by: Glenn Washburn <development@efficientek.com>
[reword validation error messages, remove extended description text as it would be
shown as part of the validation errors]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-ledtrig-usbport/htdocs/luci-static')
0 files changed, 0 insertions, 0 deletions