security/ipe/fs.h

Source file repositories/reference/linux-study-clean/security/ipe/fs.h

File Facts

System
Linux kernel
Corpus path
security/ipe/fs.h
Extension
.h
Size
351 bytes
Lines
17
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

#ifndef _IPE_FS_H
#define _IPE_FS_H

#include "policy.h"

extern struct dentry *policy_root __ro_after_init;

int ipe_new_policyfs_node(struct ipe_policy *p);
void ipe_del_policyfs_node(struct ipe_policy *p);

#endif /* _IPE_FS_H */

Annotation

Implementation Notes