security/selinux/include/initcalls.h

Source file repositories/reference/linux-study-clean/security/selinux/include/initcalls.h

File Facts

System
Linux kernel
Corpus path
security/selinux/include/initcalls.h
Extension
.h
Size
357 bytes
Lines
20
Domain
Core OS
Bucket
Security And Isolation
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-only
/*
 * SELinux initcalls
 */

#ifndef _SELINUX_INITCALLS_H
#define _SELINUX_INITCALLS_H

int init_sel_fs(void);
int sel_netport_init(void);
int sel_netnode_init(void);
int sel_netif_init(void);
int sel_netlink_init(void);
int sel_ib_pkey_init(void);
int selinux_nf_ip_init(void);

int selinux_initcall(void);

#endif

Annotation

Implementation Notes