~ubuntu-branches/ubuntu/maverick/tomcat6/maverick

« back to all changes in this revision

Viewing changes to debian/tomcat6.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-06-28 21:41:31 UTC
  • mfrom: (2.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100628214131-3wktukpb3lgdf83h
Tags: 6.0.26-5
* Convert patches to dep3 format.
* Backport security fix from trunk to fix CVE-2010-1157. (Closes: #587447)
* Set urgency to medium due to the security fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                        chmod 755 /etc/authbind
32
32
                        chmod 755 /etc/authbind/byuid
33
33
                fi
34
 
                echo '0.0.0.0/32:1,1023' >/etc/authbind/byuid/$TOMCAT_UID
 
34
                echo '0.0.0.0/0:1,1023' >/etc/authbind/byuid/$TOMCAT_UID
35
35
                chown $TOMCAT6_USER:$TOMCAT6_GROUP /etc/authbind/byuid/$TOMCAT_UID
36
36
                chmod 700 /etc/authbind/byuid/$TOMCAT_UID
37
37
        fi