include/linux/module_signature.h

Source file repositories/reference/linux-study-clean/include/linux/module_signature.h

File Facts

System
Linux kernel
Corpus path
include/linux/module_signature.h
Extension
.h
Size
457 bytes
Lines
19
Domain
Core OS
Bucket
Core Kernel Interface
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

#ifndef _LINUX_MODULE_SIGNATURE_H
#define _LINUX_MODULE_SIGNATURE_H

#include <linux/types.h>
#include <uapi/linux/module_signature.h>

int mod_check_sig(const struct module_signature *ms, size_t file_len,
		  const char *name);

#endif /* _LINUX_MODULE_SIGNATURE_H */

Annotation

Implementation Notes