This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
73d0b4372d
OpenCloudOS-Kernel
/
kernel
/
Kconfig.tkernel
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2022-04-14 12:27:11 +08:00
# SPDX-License-Identifier: GPL-2.0-only
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
# For TKernel features
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>
2022-04-14 12:27:11 +08:00
source "kernel/tkernel/Kconfig"