mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-09 04:07:48 +08:00
luci-app-cjdns: add seccomp checkbox
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
parent
2bab58cdcb
commit
3ef5c0caf4
@ -33,6 +33,10 @@ apt.datatype = "port"
|
||||
apw = s:taboption("admin", Value, "admin_password", translate("Password"))
|
||||
apw.datatype = "string"
|
||||
|
||||
-- Security
|
||||
s:tab("security", translate("Security"), translate("Functionality related to hardening the cjdroute process."))
|
||||
s:taboption("security", Flag, "seccomp", translate("SecComp sandboxing"))
|
||||
|
||||
-- UDP Interfaces
|
||||
udp_interfaces = m:section(TypedSection, "udp_interface", translate("UDP Interfaces"),
|
||||
translate("These interfaces allow peering via public IP networks, such as the Internet, or many community-operated wireless networks. IPv6 addresses should be entered with square brackets, like so: <code>[2001::1]</code>."))
|
||||
|
Loading…
Reference in New Issue
Block a user