lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20141013103337.GC24703@mail.hallyn.com> Date: Mon, 13 Oct 2014 12:33:37 +0200 From: "Serge E. Hallyn" <serge@...lyn.com> To: Richard Guy Briggs <rgb@...hat.com> Cc: linux-audit@...hat.com, linux-kernel@...r.kernel.org, containers@...ts.linux-foundation.org, eparis@...hat.com, sgrubb@...hat.com, aviro@...hat.com, pmoore@...hat.com, arozansk@...hat.com, ebiederm@...ssion.com, serge@...lyn.com Subject: Re: [PATCH V5 03/13] namespaces: expose ns_entries Quoting Richard Guy Briggs (rgb@...hat.com): > Expose ns_entries so subsystems other than proc can use this set of namespace > operations. > > Signed-off-by: Richard Guy Briggs <rgb@...hat.com> Acked-by: Serge Hallyn <serge.hallyn@...onical.com> > --- > fs/proc/namespaces.c | 2 +- > include/linux/proc_ns.h | 1 + > 2 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c > index 8902609..310da74 100644 > --- a/fs/proc/namespaces.c > +++ b/fs/proc/namespaces.c > @@ -15,7 +15,7 @@ > #include "internal.h" > > > -static const struct proc_ns_operations *ns_entries[] = { > +const struct proc_ns_operations *ns_entries[] = { > #ifdef CONFIG_NET_NS > &netns_operations, > #endif > diff --git a/include/linux/proc_ns.h b/include/linux/proc_ns.h > index aaafe3e..f4563db 100644 > --- a/include/linux/proc_ns.h > +++ b/include/linux/proc_ns.h > @@ -28,6 +28,7 @@ extern const struct proc_ns_operations ipcns_operations; > extern const struct proc_ns_operations pidns_operations; > extern const struct proc_ns_operations userns_operations; > extern const struct proc_ns_operations mntns_operations; > +extern const struct proc_ns_operations *ns_entries[]; > > /* > * We always define these enumerators > -- > 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists