[tomoyo-users-en 333] Various tarballs updated.

Back to archive index
Tetsuo Handa from-****@I-lov*****
Wed May 11 22:49:32 JST 2011


Changes for ccs-patch 1.8.1

    @ Fix wrong profile number in audit logs for "misc env" permission.

      In reply to [tomoyo-dev-en 212], Jamie Nguyen reported that audit logs
      for "misc env" permission are not generated as expected.

      It turned out that profile number used for "file execute" permission was
      by error reused when generating audit logs for "misc env" permission.

    @ Fix wrong domainname validation.

      In [tomoyo-users 812], Hayama Yossihiro reported that child domains
      cannot be created under a domain if the domain's name ends with wildcard
      (e.g. "<kernel> /foo/\*").

      It turned out that TOMOYO was checking "<kernel>" + "/foo/\" (the last
      character by error dropped) + "/bar" when validating
      "<kernel> /foo/\* /bar".

      This bug was inherited to TOMOYO 2.3.
      Patch is available at http://tomoyo.sourceforge.jp/2.3/patches/ .

Changes for ccs-patch 1.7.3

    @ Fix wrong profile number in audit logs for "allow_env" permission.

      Same with fix made in ccs-patch 1.8.1.

Changes for ccs-patch 1.6.9

    @ Fix wrong profile number in audit logs for "allow_env" permission.

      Same with fix made in ccs-patch 1.8.1.

    @ Fix race on updating profile's comment line.

      Since ccs_save_name() in ccs_write_profile() may return NULL,

        ccs_profile->comment ? ccs_profile->comment->name : ""

      in ccs_read_profile() may race.
      Keep the old value rather than replace with empty string when out of
      memory error has occurred.

Changes for tomoyo-tools 2.3.0

    @ Fix wrong domainname validation.

      Same with fix made in ccs-patch 1.8.1.

    @ Allow configuring background color of policy editor.

      In [tomoyo-users 800], I received a feature request from Hayama Yossihiro
      that he wants to change background color of tomoyo-editpolicy screens.
      Since the change needed for implementing the feature was trivial,
      I included it into this update. You can add a line like

        editpolicy.line_color DEFAULT_COLOR = 70

      (the former digit is foreground color and the latter digit is backgroud
      color) to /usr/lib/tomoyo/tomoyotools.conf .

Changes for ccs-tools 1.8.1

    @ Fix wrong domainname validation.

      Same with fix made in ccs-patch 1.8.1.

    @ Allow configuring background color.

      Same with changes made in tomoyo-tools 2.3.0.
      You can add a line like

        line_color DEFAULT_COLOR = 70

      to /etc/ccs/tools/editpolicy.conf .

    @ Fix wrong ACL lines counting.

      /sbin/ccs-init was counting "use_group" lines as ACL entries.
      But the "use_group" lines should not be counted as ACL entries as with
      the "use_profile" lines are not counted as ACL entries.




More information about the tomoyo-users-en mailing list
Back to archive index