Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ | |||
2014-07-13 | Add function to open temp files in selinux mode | Zbigniew Jędrzejewski-Szmek | |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering | |
You can write much more than just one line with this call (and we frequently do), so let's correct the naming. | |||
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer | |
Also split out some fileio functions to fileio.c and provide a SELinux aware pendant in fileio-label.c see https://bugzilla.redhat.com/show_bug.cgi?id=881577 |