--- trunk/1.8.x/ccs-patch/README.ccs 2011/07/07 11:58:12 5235 +++ trunk/1.8.x/ccs-patch/README.ccs 2011/07/13 17:49:21 5274 @@ -2910,3 +2910,20 @@ . Since this interface is used by only /usr/sbin/ccs-setprofile , remove this interface by updating /usr/sbin/ccs-setprofile . + +Fix 2011/07/09 + + @ Fix /proc/ccs/stat parser. + + For optimization, I changed to use simple_strtoul() rather than sscanf() + in ccs_write_stat(). But it caused parsing failure if space is inserted + before value (e.g. "Memory used by policy: $value"). + +Fix 2011/07/13 + + @ Accept "::" notation for IPv6 address. + + In order to add network access restriction to TOMOYO 2.4, I backported + routines for parsing/printing IPv4/IPv6 address from kernel 3.0 into + TOMOYO 1.8.2. + Now, IPv6 address accepts "::1" instead of "0:0:0:0:0:0:0:1".