mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
eCryptfs: make key module subsystem respect namespaces
Make eCryptfs key module subsystem respect namespaces. Since I will be removing the netlink interface in a future patch, I just made changes to the netlink.c code so that it will not break the build. With my recent patches, the kernel module currently defaults to the device handle interface rather than the netlink interface. [akpm@linux-foundation.org: export free_user_ns()] Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f66e883eb6
commit
6a3fd92e73
5 changed files with 136 additions and 64 deletions
|
@ -74,3 +74,4 @@ void free_user_ns(struct kref *kref)
|
|||
release_uids(ns);
|
||||
kfree(ns);
|
||||
}
|
||||
EXPORT_SYMBOL(free_user_ns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue