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 } -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list