[jbossts-issues] [JBoss JIRA] (JBTM-2041) Blacktie distribution bin path permissions too restrictive

Michael Musgrove (JIRA) jira-events at lists.jboss.org
Fri Nov 29 04:46:07 EST 2013


     [ https://issues.jboss.org/browse/JBTM-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Musgrove updated JBTM-2041:
-----------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


The fix was to explicitly set the permissions on the bin directory in the assembly plugin. Note that the other directories have the correct permissions but the bin dir is the only where we don't explicitly include a whole directory in the output, for example

         <fileSet>
            <directory>../xsd/src/main/xsd/</directory>
            <outputDirectory>xsd</outputDirectory>
...

and the permissions in the output dir are the same as the xsd dir in the source tree. My guess is that the default permissions have changed.
                
> Blacktie distribution bin path permissions too restrictive
> ----------------------------------------------------------
>
>                 Key: JBTM-2041
>                 URL: https://issues.jboss.org/browse/JBTM-2041
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: BlackTie
>    Affects Versions: 5.0.0.CR1
>         Environment: linux
>            Reporter: Michael Musgrove
>            Assignee: Michael Musgrove
>             Fix For: 5.0.0.CR2
>
>
> Download and unpack the distribution. The permissions on the bin folder are too restrictive (it also causes problems with the quickstarts):
> [mmusgrov at localhost blacktie-5.0.0.CR2-SNAPSHOT]$ ls -l
> total 5876
> d---------. 2 mmusgrov mmusgrov    4096 Nov 20 15:25 bin

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list