Found 228 matching messages (0.077 seconds). Page 1 of 12.
...
linux-kernel - Tetsuo Handa - Apr 4 2008 - 08:22
Hello.
David Howells wrote:
> Tetsuo Handa wrote:
>
> > Thus, I'm trying to use
> >
> > struct execve_entry {
> > struct list_head list ... operation
is in progress.
Signed-off-by: Tetsuo Handa linux-kernel - Tetsuo Handa - Oct 2 2008 - 23:56
Greg KH wrote: > On Sun, Jun 17, 2007 at 12:44:08AM +0900, Tetsuo Handa wrote: > > Can the daemon using inotify access to all pathnames in all process's > > namespaces? > > I don't see why not, do you? > ...
linux-kernel - Tetsuo Handa - Jun 16 2007 - 12:45
... }
return -ENOTDIR;
/* and here is a patch. I think this change is harmless. */
-----
Signed-off-by: Tetsuo Handa
linux-kernel - Tetsuo Handa - Jul 19 2007 - 23:37
Alexey Dobriyan wrote: > On Fri, Jul 20, 2007 at 12:37:45PM +0900, Tetsuo Handa wrote: > > --- linux-2.6.22-orig/kernel/sysctl.c > > +++ linux-2.6.22/kernel/sysctl.c > > @@ -1190,9 +1190,9 @@ > > ...
linux-kernel - Tetsuo Handa - Jul 22 2007 - 01:04
... .
Therefore, namespace_sem is needed.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:26
... defitions for TOMOYO Linux.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:26
... original pathname.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:27
... information is stored in task_struct->security.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:28
... a domain.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:27
... in the TOMOYO Linux policy.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:28
... 'learning mode'.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:29
... 'learning mode'.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:29
... "static".
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:31
... 'learning mode'.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:30
... 'learning mode'.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:30
... s UID/GID.
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:31
... in security/tomoyo .
Signed-off-by: Kentaro Takeda
linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:32
I think __set_page_dirty_no_writeback should be exported so that
tmpfs-like filesystems can use it.
Signed-off-by: Tetsuo Handa
linux-kernel - Tetsuo Handa - Oct 24 2007 - 11:15
Original patch assumed args->nlen < CTL_MAXNAME, but it can be false.
Signed-off-by: Tetsuo Handa
linux-kernel - Tetsuo Handa - Nov 7 2007 - 22:57