On Fri, Jul 23, 2010 at 12:30, Daniel J Walsh <dwa...@redhat.com> wrote: > I though I saw avc's caused because systemd creating some devices with > the wrong labels? I searched for mknod but found no calls. Does > systemd create any nodes?
It should not create any nodes. Systemd depends on the kernel-maintained devtmpfs for all device nodes. Udev runs on top of devtmpfs and adjusts permissions/selinux context in the background. Could there be a timing problem, that some nodes which the kernel has created get accessed, but don't have the proper context in the moment udev is still iterating over them? Kay _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel