http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4893

           Summary: spamc installed w/wrong permissions under Solaris
           Product: Spamassassin
           Version: 3.1.1
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamc/spamd
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When installing SpamAssassin 3.1.1 (and all previous versions
including spamc as a matter of fact) the file is installed in
/usr/local/bin but with totally wrong permissions:

ls -al spamc
-rw-rw-rw-   1 root     other      59984 apr 29 19:15 spamc

This is not good for two reasons:
1. It cannot be run, since it is not executable.
2. It is world-writable and any user can replace the program...

I always have to do this (manually):

chmod a-w,a+x spamc
ls -al spamc
-r-xr-xr-x   1 root     other      59984 apr 29 19:15 spamc*

I thinks someone has just mistakenly written permission 666 
somehere where 555 is apropriate but I cannot find it inside the
spamc source code.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to