Functionality changes for 1.8.1 were already explained in
"[tomoyo-users-en 299] About TOMOYO 1.8.1".
Two bugfixes are added since above announcement.

One is regarding parsing of exec.realpath= and symlink.target= conditions.
Since these variables accept path_group directives, TOMOYO was by error
appending

  file symlink /tmp/bar symlink.target=@foo

rather than

  file symlink /tmp/bar symlink.target="@foo"

when somebody requested

  ln -s @foo /tmp/bar

in learning mode.

The other is regarding updating COMMENT= lines in /proc/ccs/profile interface.
Since updating this line was not serialized, garbage collector will fail to
reclaim memory for old value when multiple threads updated at the same time.



Regarding ccs-patch-1.7.3, two bugfixes explained above are added since 1.7.2p4.


Regarding ccs-patch-1.6.9, no changes since 1.6.8p4 except kernel-doc and
checkpatch.pl corrections. You don't need to upgrade to 1.6.9 if you are
already using 1.6.8p4.



Regards.

_______________________________________________
tomoyo-users-en mailing list
[email protected]
http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en

Reply via email to