summaryrefslogtreecommitdiff
path: root/selinux.h
AgeCommit message (Collapse)Author
2005-04-26[PATCH] selinux: cleanup udev integrationkay.sievers@vrfy.org
Move code into a .c-file instead of big inline functions in a header file. Pass the device name down instead of relying that the node name is equal to the kernel name.
2005-04-26[PATCH] selinux patchharald@redhat.com
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=142713 /sbin/udevstart segfaults on an ATIIXP chipset which is not supported well by the kernel yet. There, /proc/ide/hda/media can not be read (EIO error) and udevstart seems to give a null-pointer to an SELinux function checking the media-type.
2005-04-26[PATCH] update the selinux.h file to start to look sanegreg@kroah.com
and I told them to follow the proper coding style... bleah...
2005-04-26[PATCH] PATCH selinux for udevharald@redhat.com
Daniel Walsh's working selinux patch