[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
chcon in %post
- From: Jason L Tibbitts III <tibbs math uh edu>
- To: fedora-selinux-list redhat com
- Subject: chcon in %post
- Date: 17 Jun 2008 16:22:19 -0500
I just came across a package that does this:
%post
/usr/bin/chcon -t unconfined_execmem_exec_t %{_libexecdir}/haddock.bin >/dev/null 2>&1 || :
rpmlint complains bitterly about it, and honestly I'm really not sure
what's supposed to happen here. This is a ghc-compiled binary. (ghc
is a Haskell compiler.)
So, if you have a binary in a package that really needs this context,
is running chcon in %post the right way to do it?
- J<
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]