[PATCH 5/5] UBUNTU: Export deny_write_access()

Julian Andres Klode juliank at ubuntu.com
Tue Jan 29 20:49:10 UTC 2008


A security enhancement to deny writing to a running executable
which exists on an aufs branch filesystem and executed through
aufs.
---
 fs/namei.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/namei.c b/fs/namei.c
index f5f1ed2..842c532 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2855,3 +2855,4 @@ EXPORT_SYMBOL(vfs_symlink);
 EXPORT_SYMBOL(vfs_unlink);
 EXPORT_SYMBOL(dentry_unhash);
 EXPORT_SYMBOL(generic_readlink);
+EXPORT_SYMBOL(deny_write_access);
-- 
1.5.2.5





More information about the kernel-team mailing list