Description of problem: /var/lib/rpm mode is set to 755. According to Red Hat's sectool, this is a security issue since it leaves the package databases insecure. Securing this directory screws up the mgaapplet perl script. This REALLY needs to be looked at. I know there is likely no easy resolution to this issue. But it looks like a serious security issue to me and something needs to be done to address it. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
Actually, there appears to be an easy solution. Set /var/lib/rpm to 750. Add rpm group to user's group permissions. That should resolve this.
Keywords: (none) => TriagedVersion: 3 => CauldronAssignee: bugsquad => thierry.vignaud
This is already handled by msec. In the secure level the rpm stuff is only readable by the rpm group. In the standard level, all the 755/644 means is that regular users can query the package database.
Status: NEW => RESOLVEDResolution: (none) => INVALID