Re: [PATCH] remove binfmts.h from header exports

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexey Dobriyan
Date: Wednesday, August 8, 2007 - 12:12 am

On 8/8/07, Olaf Hering <olaf@aepfle.de> wrote:

OK.


Can't you accept for a second that some stuff under __KERNEL__
was put there by mistake?


No, we are talking about whole header since you're going
to unexport whole header.



fd = open("/proc/sys/fs/suid_dumpable", 1);
snprintf(buf, sizeof(buf), "%d", SUID_DUMP_ROOT);
write(fd, buf, strlen(buf));

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] remove binfmts.h from header exports, Olaf Hering, (Tue Aug 7, 1:16 pm)
Re: [PATCH] remove binfmts.h from header exports, Alexey Dobriyan, (Tue Aug 7, 1:37 pm)
Re: [PATCH] remove binfmts.h from header exports, Rene Herman, (Tue Aug 7, 4:35 pm)
Re: [PATCH] remove binfmts.h from header exports, Olaf Hering, (Tue Aug 7, 11:10 pm)
Re: [PATCH] remove binfmts.h from header exports, Olaf Hering, (Tue Aug 7, 11:14 pm)
Re: [PATCH] remove binfmts.h from header exports, Alexey Dobriyan, (Wed Aug 8, 12:12 am)
Re: [PATCH] remove binfmts.h from header exports, Olaf Hering, (Wed Aug 8, 10:28 am)