Function report |
Source Code:security\inode.c |
Create Date:2022-07-28 18:41:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:securityfs_remove - removes a file or directory from the securityfs filesystem*@dentry: a pointer to a the dentry of the file or directory to be removed
Proto:void securityfs_remove(struct dentry *dentry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry |
303 | inode_lock(dir) |
304 | If simple_positive(dentry) Then |
305 | If d_is_dir(dentry) Then simple_rmdir(dir, dentry) |
307 | Else simple_unlink(dir, dentry) |
311 | inode_unlock(dir) |
312 | simple_release_fs( & mount, & mount_count) |
Name | Describe |
---|---|
entry_remove_file | ry_remove_file - drop a single file entry in the apparmor securityfs*@fs_file: aa_sfs_entry to detach from the securityfs (NOT NULL) |
safesetid_init_securityfs | |
ima_release_policy | ma_release_policy - start using the new measure policy rules.* Initially, ima_measure points to the default policy rules, now* point to the new policy rules, and remove the securityfs policy file,* assuming a valid policy. |
ima_fs_init | |
evm_init_secfs |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |