1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * Copyright (C) 2020-2024 Microsoft Corporati 3 * Copyright (C) 2020-2024 Microsoft Corporation. All rights reserved. 4 */ 4 */ 5 5 6 #ifndef _IPE_FS_H 6 #ifndef _IPE_FS_H 7 #define _IPE_FS_H 7 #define _IPE_FS_H 8 8 9 #include "policy.h" 9 #include "policy.h" 10 10 11 extern struct dentry *policy_root __ro_after_i 11 extern struct dentry *policy_root __ro_after_init; 12 12 13 int ipe_new_policyfs_node(struct ipe_policy *p 13 int ipe_new_policyfs_node(struct ipe_policy *p); 14 void ipe_del_policyfs_node(struct ipe_policy * 14 void ipe_del_policyfs_node(struct ipe_policy *p); 15 15 16 #endif /* _IPE_FS_H */ 16 #endif /* _IPE_FS_H */ 17 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.