'\" t .\" Title: securityfs_remove .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: Security Framework .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "SECURITYFS_REMOVE" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "Security Framework" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" securityfs_remove \- removes a file or directory from the securityfs filesystem .SH "SYNOPSIS" .HP \w'void\ securityfs_remove('u .BI "void securityfs_remove(struct\ dentry\ *\ " "dentry" ");" .SH "ARGUMENTS" .PP \fIdentry\fR .RS 4 a pointer to a the dentry of the file or directory to be removed\&. .RE .SH "DESCRIPTION" .PP This function removes a file or directory in securityfs that was previously created with a call to another securityfs function (like \fBsecurityfs_create_file\fR or variants thereof\&.) .PP This function is required to be called in order for the file to be removed\&. No automatic cleanup of files will happen when a module is removed; you are responsible here\&. .SH "COPYRIGHT" .br