summaryrefslogtreecommitdiff
path: root/src/label.c
AgeCommit message (Collapse)Author
2011-02-25label: udev might be making changes in /dev while we iterate through itLennart Poettering
Also, there are most likely dead symlinks in there, so let's ignore ENOENT when we relabel. https://bugzilla.redhat.com/show_bug.cgi?id=680169
2010-11-10label: use internal utility functions wher epossibleLennart Poettering
2010-10-27mounts: automatically create /dev/stderr and friends early on boot so that ↵Lennart Poettering
they are around when we run shell scripts before udevd
2010-10-27selinux: automatically load policy if the initrd hasn't done this for us yetLennart Poettering
2010-10-19label: don't fail miserably if filesystem doesn't do xattrs/labelsLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=642664
2010-10-18label: if the selinux policy knows no label, then silently don't do anythingLennart Poettering
2010-08-20selinux: properly query policy for FIFO filesLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering