diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/security.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index b42095a68b1c..cd3d8a9f951e 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -1983,6 +1983,11 @@ extern int register_security (struct security_operations *ops); | |||
1983 | extern int unregister_security (struct security_operations *ops); | 1983 | extern int unregister_security (struct security_operations *ops); |
1984 | extern int mod_reg_security (const char *name, struct security_operations *ops); | 1984 | extern int mod_reg_security (const char *name, struct security_operations *ops); |
1985 | extern int mod_unreg_security (const char *name, struct security_operations *ops); | 1985 | extern int mod_unreg_security (const char *name, struct security_operations *ops); |
1986 | extern struct dentry *securityfs_create_file(const char *name, mode_t mode, | ||
1987 | struct dentry *parent, void *data, | ||
1988 | struct file_operations *fops); | ||
1989 | extern struct dentry *securityfs_create_dir(const char *name, struct dentry *parent); | ||
1990 | extern void securityfs_remove(struct dentry *dentry); | ||
1986 | 1991 | ||
1987 | 1992 | ||
1988 | #else /* CONFIG_SECURITY */ | 1993 | #else /* CONFIG_SECURITY */ |