Re: [TOMOYO #5 11/18] Network access control functions.

2007-11-16 Thread Tetsuo Handa
YOSHIFUJI Hideaki wrote: > I think you can use in6_pton() here. > in4_pton(). I see. I'll try it later. Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [TOMOYO #5 11/18] Network access control functions.

2007-11-16 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article <[EMAIL PROTECTED]> (at Sat, 17 Nov 2007 02:34:50 +0900), [EMAIL PROTECTED] says: > + *cp++ = '\0'; > + count = sscanf(cp, > +NIP6_FMT "-" NIP6_FMT, > +[0], [1], [2], [3], > +[4], [5], [6], [7], > +

[TOMOYO #5 11/18] Network access control functions.

2007-11-16 Thread penguin-kernel
TOMOYO Linux checks permission by the following four parameters. * protocol type (TCP, UDP, RAW) * access type (bind, listen, connect, accept) * IP address (Both IPv4 and IPv6 are available) * port number In order to check 'TCP accept' and 'UDP connect', LSM expansion patch ([TOMOYO

Re: [TOMOYO #5 11/18] Network access control functions.

2007-11-16 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article [EMAIL PROTECTED] (at Sat, 17 Nov 2007 02:34:50 +0900), [EMAIL PROTECTED] says: + *cp++ = '\0'; + count = sscanf(cp, +NIP6_FMT - NIP6_FMT, +min[0], min[1], min[2], min[3], +min[4], min[5], min[6], min[7],

[TOMOYO #5 11/18] Network access control functions.

2007-11-16 Thread penguin-kernel
TOMOYO Linux checks permission by the following four parameters. * protocol type (TCP, UDP, RAW) * access type (bind, listen, connect, accept) * IP address (Both IPv4 and IPv6 are available) * port number In order to check 'TCP accept' and 'UDP connect', LSM expansion patch ([TOMOYO

Re: [TOMOYO #5 11/18] Network access control functions.

2007-11-16 Thread Tetsuo Handa
YOSHIFUJI Hideaki wrote: I think you can use in6_pton() here. in4_pton(). I see. I'll try it later. Thanks. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html