1SECURITYFS_REMOVE(9) Security Framework SECURITYFS_REMOVE(9)
2
3
4
6 securityfs_remove - removes a file or directory from the securityfs
7 filesystem
8
10 void securityfs_remove(struct dentry * dentry);
11
13 dentry
14 a pointer to a the dentry of the file or directory to be removed.
15
17 This function removes a file or directory in securityfs that was
18 previously created with a call to another securityfs function (like
19 securityfs_create_file or variants thereof.)
20
21 This function is required to be called in order for the file to be
22 removed. No automatic cleanup of files will happen when a module is
23 removed; you are responsible here.
24
26Kernel Hackers Manual 2.6. June 2019 SECURITYFS_REMOVE(9)