Commit Graph

2 Commits

Author SHA1 Message Date
Juntong Deng 88c53aa917 kconfig: Fix duplicate "Tencent Kernel Features" menu config
There are currently duplicate "Tencent Kernel Features" menu configs,
this patch removes one of them.

Signed-off-by: Juntong Deng <juntongdeng@tencent.com>
2024-06-24 20:23:33 +08:00
katrinzhou 0585394287 tkernel: initial support and nonpriv_bind
Upstream: no

- /proc/tkernel/nonpriv_netbind:
Contain list of ports allowed for nonpriv bind

echo +80 > /proc/tkernel/nonpriv_netbind
echo -80 > /proc/tkernel/nonpriv_netbind

Controls whether allow/deny nonpriv user bind to specified port.

Signed-off-by: Samuel Liao <samuelliao@tencent.com>
Signed-off-by: Xiaoming Gao <newtongao@tencent.com>
Signed-off-by: katrinzhou <katrinzhou@tencent.com>
Signed-off-by: Kairui Song <kasong@tencent.com>
2023-12-12 15:56:47 +08:00