Fix ownership of config and state directories
authorNathan Kinder <nkinder@redhat.com>
Thu, 7 May 2015 17:59:30 +0000 (10:59 -0700)
committerRob Crittenden <rcritten@redhat.com>
Thu, 7 May 2015 19:36:09 +0000 (15:36 -0400)
commit9520939c3f3bc4c292238dcf28f3e66a9b8201bc
treeba594c54f6e9719b8c6c13b209a718dd14e143e3
parent1bcc0d697dd37a9268641f0cbaa7e9e781552233
Fix ownership of config and state directories

The recent RPM package restructing introduced some problems with
the ownership of /etc/ipsilon and /var/lib/ipsilon.  These were
previously owned by the 'ipsilon' user, but the changes resulted
in the ownership being set as root since the 'ipsilon' user was
not yet created when the directories were installed.

While discussing this problem, it was determined that we should
have the ownership of these directories be root, but allow other
users to traverse through them so they can access subdirectories
that they have permissions on.

Signed-off-by: Nathan Kinder <nkinder@redhat.com>
Reviewed-by: Rob Crittenden <rcritten@redhat.com>
contrib/fedora/ipsilon.spec