On 03/24/2006 10:07:24 PM, Tom Lane wrote:
"Karl O. Pinc" <[EMAIL PROTECTED]> writes:
> The Makefile has
Does it work better if you change that to
[ -x /usr/bin/chcon ] && /usr/bin/chcon -u user_u -r object_r -t
postgresql_db_t testtablespace results
Nope. The other thing to keep in mind
"Karl O. Pinc" <[EMAIL PROTECTED]> writes:
> /usr/bin/chcon: can't apply partial context to unlabeled file testtablespace
> /usr/bin/chcon: can't apply partial context to unlabeled file results
> The Makefile has
> [ -x /usr/bin/chcon ] && /usr/bin/chcon -t postgresql_db_t testtablespace
> result
FYI,
Postgres 8.0.7
OS Centos 4.2 (Final)
Rebuilt and installed the rpms.
To test, I copied /usr/lib/pgsql/test/regress/
to my home directory. However,
gmake check
always produces
/usr/bin/chcon: can't apply partial context to unlabeled file
testtablespace
/usr/bin/chcon: can't apply par