Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-10 | util: move all to shared/ and split external dependencies in separate ↵ | Kay Sievers | |
internal libraries Before: $ ldd /lib/systemd/systemd-timestamp linux-vdso.so.1 => (0x00007fffb05ff000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f90aac57000) libcap.so.2 => /lib64/libcap.so.2 (0x00007f90aaa53000) librt.so.1 => /lib64/librt.so.1 (0x00007f90aa84a000) libc.so.6 => /lib64/libc.so.6 (0x00007f90aa494000) /lib64/ld-linux-x86-64.so.2 (0x00007f90aae90000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f90aa290000) libattr.so.1 => /lib64/libattr.so.1 (0x00007f90aa08a000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f90a9e6e000) After: $ ldd systemd-timestamp linux-vdso.so.1 => (0x00007fff3cbff000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f5eaa1c3000) librt.so.1 => /lib64/librt.so.1 (0x00007f5ea9fbb000) libc.so.6 => /lib64/libc.so.6 (0x00007f5ea9c04000) /lib64/ld-linux-x86-64.so.2 (0x00007f5eaa3fc000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f5ea9a00000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5ea97e4000) | |||
2011-12-19 | label: fix labeling of symbolic links | Dan Walsh | |
2011-09-01 | label: fix database check | Lennart Poettering | |
2011-08-31 | label: minor fixes | Lennart Poettering | |
2011-08-31 | label: introduce label_bind() and make use of it where necessary | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=729997 | |||
2011-08-29 | selinux: retest selinux after we loaded the policy | Lennart Poettering | |
2011-07-29 | selinux: mount /sys, /proc, /dev before we load the SELinux policy | Lennart Poettering | |
2011-07-28 | label: generalize label_get_socket_label_from_exe() a bit | Lennart Poettering | |
2011-07-27 | selinux: also profile memory usage | Lennart Poettering | |
2011-07-25 | selinux: log how much time it takes to load the SELinux policy and database | Lennart Poettering | |
2011-04-28 | label: don't print warning when we try ro relabel an non-existing file | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=698674 | |||
2011-02-25 | label: udev might be making changes in /dev while we iterate through it | Lennart 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-10 | label: use internal utility functions wher epossible | Lennart Poettering | |
2010-10-27 | mounts: 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-27 | selinux: automatically load policy if the initrd hasn't done this for us yet | Lennart Poettering | |
2010-10-19 | label: don't fail miserably if filesystem doesn't do xattrs/labels | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=642664 | |||
2010-10-18 | label: if the selinux policy knows no label, then silently don't do anything | Lennart Poettering | |
2010-08-20 | selinux: properly query policy for FIFO files | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-08-11 | selinux: split off selinux calls into seperate file label.c | Lennart Poettering | |