#531 Recovered: Permissions need adjusted for RPM package ipsilon-base
Closed: Fixed by t0xic0der. Opened by t0xic0der.

I installed the RPM version of 0.6.0 on CentOS 7.0, and the following permissions needed to be modified before I could get the application to start:

for DIR in /etc/ipsilon /var/lib/ipsilon; do
  chgrp ipsilon $DIR
  chmod g+rX $DIR
done

This issue ticket was originally removed from the tracker as it clashed with the pull request.
See upstream ticket for migration details.


Metadata Update from @t0xic0der:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata