Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #35115 All Revisions ] Back to Issue ]
Summary 0035115: The SymmetricDS config files that are placed in the temporary folder should be deleteable by any user
Revision 2017-02-01 09:22 by AugustoMauch
Steps To Reproduce In a multiserver environment:
- execute this task in the org.openbravo.replication.symmetricds module: ant ant create.synchronization.properties.file. It will create a propertiles file in /tmp called /tmp/{mobileServerKey}_symmetric-ds.properties
- Create a user that belongs to another group. You can create one (user 'test' in group 'test' with this commands:
  * sudo groupadd test
  * useradd -g test test
- Try to remove the file with the new user:
  * sudo su -
  * su - test
  * rm /tmp/{mobileServerKey}_symmetric-ds.properties. The command will fail with an Operation not permitted error.
Revision 2017-02-01 09:22 by AugustoMauch
Steps To Reproduce In a multiserver environment:
- execute this task in the org.openbravo.replication.symmetricds module: ant ant create.synchronization.properties.file. It will create a propertiles file in /tmp called /tmp/{mobileServerKey}_symmetric-ds.properties
- Create a user that belongs to another group. You can create one (user 'test' in group 'test' with this commands:
* sudo groupadd test
* useradd -g test test
- Try to remove the file with the new user:
* sudo su -
* su - test
* rm /tmp/{mobileServerKey}_symmetric-ds.properties. The command will fail with an Operation not permitted error.
Revision 2017-01-31 18:49 by AugustoMauch
Steps To Reproduce -


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker