Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: sepostgresql - Security-Enhanced PostgreSQL
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=249522
------- Additional Comments From rob.myers@gtri.gatech.edu 2007-08-02 11:41 EST ------- (In reply to comment #8)
(In reply to comment #6)
did you successfully build this in mock? there seem to be missing
buildrequires
when i attempt it.
Your patch intended to add "Requires(pre): shadow-utils", but it is not necessary because we can assume some fundamental packages are installed. See, http://fedoraproject.org/wiki/Packaging/FullExceptionList The shadow-utils is also contained the list.
My patch was not meant to address missing BuildRequires. It was intended to follow the recipe from the newly ratified users and groups guidelines.
As far as I can tell, the following BuildRequires are missing: autoconf readline-devel zlib-devel bison
This is a problem because once #250494 is resolved, and the appropriate object classes are in the selinux policy, sepostgresql will still not build in the Fedora buildsystem.
E: sepostgresql subsys-not-used /etc/rc.d/init.d/sepostgresql
/etc/rc.d/init.d/sepostgresql uses pg_ctl to start/stop SE-PostgreSQL server process, and it creates lock file under the /var/lib/sepgsql. Should it be fixed?
Good question- I am not sure.