#118 Permissions need adjusted for RPM package ipsilon-base
Closed: Fixed None Opened 8 years ago by tommythekid.

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

Strange, the contrib spec looks like it already handles this:

%dir %attr(0700,ipsilon,ipsilon) %{_sharedstatedir}/ipsilon
%dir %attr(0700,ipsilon,ipsilon) %{_sysconfdir}/ipsilon

and on my F-21 system it's ok:

[root@brillig conf.d]# ls -ld /var/lib/ipsilon/
drwx------. 3 ipsilon ipsilon 4096 Apr 21 09:58 /var/lib/ipsilon/
[root@brillig conf.d]# ls -ld /etc/ipsilon/
drwx------. 3 ipsilon ipsilon 4096 Apr 21 09:58 /etc/ipsilon/

I'm using packages I built myself though, so maybe it's an issue with whatever spec file is used in copr.

Ok, I see what you mean now, it lacks group read/exec permissions, but why do you need this?

Fields changed

milestone: 1.0 =>

Fields changed

milestone: => 1.0
owner: => puiterwijk
status: new => assigned

The patch fixing this has now been merged into the Fedora spec file.

resolution: => fixed
status: assigned => closed

Fields changed

rhbz: => 0

Metadata Update from @nkinder:
- Issue assigned to puiterwijk
- Issue set to the milestone: 1.0
- Issue tagged with: packaging

7 years ago

Login to comment on this ticket.

Metadata