Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\seccomp.c Create Date:2022-07-28 11:46:29
Last Modify:2022-05-19 16:58:48 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seccomp_sysctl_init

Proto:static int __init seccomp_sysctl_init(void)

Type:int

Parameter:Nothing

1818  hdr = register_sysctl_paths(seccomp_sysctl_path, seccomp_sysctl_table)
1819  If Not hdr Then pr_warn("seccomp: sysctl registration failed\n")
1821  Else kmemleak_not_leak(hdr)
1824  Return 0