[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Fedora 9 can't use apache's mod_auth_shadow
- From: Dominick Grift <domg472 gmail com>
- To: Kevin White <fedora-kevin kevbo org>
- Cc: fedora-selinux-list redhat com
- Subject: Re: Fedora 9 can't use apache's mod_auth_shadow
- Date: Thu, 05 Feb 2009 11:12:54 +0100
Op woensdag 04-02-2009 om 22:45 uur [tijdzone -0500], schreef Kevin
White:
> Ummmm....something isn't being allowed, but the check password is still
> working.
If it is still working, then consider silencing these denials:
mkdir ~/mychkpwd; cd ~/mychkpwd;
echo "policy_module(mychkpwd, 0.0.1)" > mychkpwd.te
echo "require { type anon_inodefs_t, system_chkpwd_t; }" >> mychkpwd.te
echo "dontaudit system_chkpwd_t anon_inodefs_t:file { read write };" >>
mychkpwd.te
make -f /usr/share/selinux/devel/Makefile
sudo semodule -i mychkpwd.pp
> I'm just trying to use software that's included with Fedora 9...
>
> Kevin
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]