mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Comment fix.
This commit is contained in:
parent
9add6a1b75
commit
cbad84b250
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Index: linux-2.6/include/linux/security.h
|
|||
* Check permission before obtaining file attributes.
|
||||
- * @mnt is the vfsmount where the dentry was looked up
|
||||
- * @dentry contains the dentry structure for the file.
|
||||
+ * @path contains the vfsmount / dentry of the file.
|
||||
+ * @path contains the vfsmount and dentry of the file.
|
||||
* Return 0 if permission is granted.
|
||||
* @inode_delete:
|
||||
* @inode contains the inode structure for deleted inode.
|
||||
|
|
Loading…
Add table
Reference in a new issue