login
Header Space

 
 

Mailing list archives

Search results

Found 228 matching messages (0.077 seconds). Page 1 of 12.

[TOMOYO #7 01/30] TOMOYO Linux documentation.

... Signed-off-by: Tetsuo Handa ... like common MAC implementations. + +And more... + + Your imagination invents new usage. + + +Authors: + Tetsuo Handa ...

linux-kernel - Tetsuo Handa - Apr 4 2008 - 08:22

Re: [PATCH] CRED: ptrace_attach() should use the target process\'s mutex

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

Re: [AppArmor 39/45] AppArmor: Profile loading andmanipulation,pathname matching

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

[PATCH] parse_table() earlier check.

... } return -ENOTDIR; /* and here is a patch. I think this change is harmless. */ ----- Signed-off-by: Tetsuo Handa sysctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 ...

linux-kernel - Tetsuo Handa - Jul 19 2007 - 23:37

Re: [PATCH] parse_table() earlier check.

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

[TOMOYO #4 01/13] Allow use of namespace_sem from LSM module.

... . Therefore, namespace_sem is needed. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- fs/namespace.c | 2 +- 1 file changed, 1 ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:26

[TOMOYO #4 02/13] Data structures and prototypes definition.

... defitions for TOMOYO Linux. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/include/realpath.h | 43 +++ security/ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:26

[TOMOYO #4 03/13] Memory and pathname management functions.

... original pathname. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/realpath.c | 713 +++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:27

[TOMOYO #4 05/13] Domain transition handler functions.

... information is stored in task_struct->security. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/domain.c | 1259 ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:28

[TOMOYO #4 04/13] Utility functions and securityfs interface for policy manipulation.

... a domain. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/common.c | 2417 +++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:27

[TOMOYO #4 06/13] Auditing interface.

... in the TOMOYO Linux policy. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- include/linux/audit.h | 3 ++ security/tomoyo/ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:28

[TOMOYO #4 07/13] File access control functions.

... 'learning mode'. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/file.c | 1551 +++++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:29

[TOMOYO #4 08/13] Argv[0] access control functions.

... 'learning mode'. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/exec.c | 214 +++++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:29

[TOMOYO #4 11/13] LSM adapter for TOMOYO.

... "static". Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/tomoyo.c | 600 +++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:31

[TOMOYO #4 09/13] Networking access control functions.

... 'learning mode'. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/net.c | 963 ++++++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:30

[TOMOYO #4 10/13] Namespace manipulation control functions.

... 'learning mode'. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/mount.c | 1010 ++++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:30

[TOMOYO #4 12/13] Conditional permission support.

... s UID/GID. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/tomoyo/condition.c | 698 ++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:31

[TOMOYO #4 13/13] Kconfig and Makefile for TOMOYO Linux.

... in security/tomoyo . Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa --- security/Kconfig | 1 + security/Makefile | 1 ...

linux-kernel - Tetsuo Handa - Oct 11 2007 - 09:32

[PATCH 2.6.24-rc1] EXPORT_SYMBOL(__set_page_dirty_no_writeback);

I think __set_page_dirty_no_writeback should be exported so that tmpfs-like filesystems can use it. Signed-off-by: Tetsuo Handa --- mm/page-writeback.c | 1 + 1 file ...

linux-kernel - Tetsuo Handa - Oct 24 2007 - 11:15

[PATCH] sysctl: Check length at deprecated_sysctl_warning.

Original patch assumed args->nlen < CTL_MAXNAME, but it can be false. Signed-off-by: Tetsuo Handa --- linux-2.6.22-rc2.orig/kernel/sysctl.c 2007-11-08 10:38:17 ...

linux-kernel - Tetsuo Handa - Nov 7 2007 - 22:57

speck-geostationary