2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +00:00

just fix a small typo

This commit is contained in:
Jesse Michael
2007-04-26 17:28:18 +00:00
parent 91a59f17e3
commit 85392cc7fc

View File

@@ -1,7 +1,7 @@
From: Andreas Gruenbacher <agruen@suse.de>
Subject: Switch to vfs_permission() in do_path_lookup()
Switch from file_permission() to vfs_premission() in do_path_lookup():
Switch from file_permission() to vfs_permission() in do_path_lookup():
this avoids calling permission() with a NULL nameidata here.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>