Wireless problems F8T3

Chuck Anderson cra at WPI.EDU
Mon Oct 15 16:06:02 UTC 2007


On Mon, Oct 15, 2007 at 11:51:51AM +0200, Harald Hoyer wrote:
> >Summary
> >    SELinux is preventing /bin/ln (udev_t) "create" to <Unknown> 
> >(etc_t).
> 
> Do you have a custom rule in /etc/udev/rules.d/ which executes '/bin/ln'??
> 
> # grep -r ln /etc/udev/rules.d/

I see this same "ln" SELinux error.  The culprit isn't in /etc/udev, 
it is in /lib/udev:

/lib/udev/rule_generator.functions:

# Return true if a directory is writeable.
writeable() {
        if ln -s test-link $1/.is-writeable 2> /dev/null; then
                rm -f $1/.is-writeable
                return 0
        else
                return 1
        fi
}




More information about the fedora-test-list mailing list