Fletch wrote:
> Robin Bowes;240338 Wrote:
>> 3. Don't support SELinux when semanage is not available and recommend it
>> is turned off or set to permissive.
>
> Yeah, this is what I was thinking. The old RPM doesn't support SELinux
> at all, so this is quite an improvement.
>
> This brings up a question for you: The wiki claims that the old RPM
> can be made to work with only the following:
>
>
> Code:
> --------------------
> /usr/bin/chcon -R -t texrel_shlib_t /usr/local/slimserver/CPAN/arch
> --------------------
>
>
> Is this no longer true? Did I do something in the RPM to break this?
That's the text relocation issue. This will be fixed if Andy rebuilds
the i386 binaries correctly.
The policy rules we're setting are related to MySQL:
semanage port -a -t mysqld_port_t -p tcp ${MYSQLPORT}
semanage fcontext -a -t mysqld_db_t "${CACHEDIR}(/.*)?"
semanage fcontext -a -t mysqld_var_run_t \
"${CACHEDIR}/squeezecenter-mysql.sock"
I may not have noticed these previously because I use my central MySQL
installation.
So, in answer to your question, no I don't think you've done anything in
the RPM to break this.
R.
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta