Fred New wrote:
I have installed the beta Adobe Reader 7.0 on my Fedora Core 4 Test 1
system, targeted policy,
(ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/AdbeRdr70_linux_enu.tar.gz)
and I had to make the following context changes in order to get it to
work:
find /usr/local/Adobe -exec chcon -t lib_t {} \;
find /usr/local/Adobe/Acrobat7.0/Reader/intellinux \
-type f -exec chcon -t shlib_t {} \;
find /usr/local/Adobe/Acrobat7.0/Browser/intellinux \
-type f -exec chcon -t shlib_t {} \;
Is this a correct and accepted way of dealing with this without
installing the policy sources?
Fred
--
fedora-selinux-list mailing list
fedora-selinux-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-selinux-list
restorecon -R -v /usr/local/Adobe
should have cleared these up. If not then it is a bug.
Dan
--