Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | label: unify code to make directories, symlinks | Lennart Poettering | |
2014-10-23 | selinux: clean up selinux label function naming | Lennart Poettering | |
2014-10-23 | selinux: drop 3 unused function prototypes | Lennart Poettering | |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ↵ | Lennart Poettering | |
new mac_{smack,selinux,apparmor}_xyz() convention | |||
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho | |
2014-10-23 | label: rearrange mandatory access control(MAC) apis | WaLyong Cho | |
move label apis to selinux-util.ch or smack-util.ch appropriately. | |||
2012-10-02 | selinux: rework selinux access check logic | Lennart Poettering | |
a) Instead of parsing the bus messages inside of selinux-access.c simply pass everything pre-parsed in the functions b) implement the access checking with a macro that resolves to nothing on non-selinux builds c) split out the selinux checks into their own sources selinux-util.[ch] d) this unifies the job creation code behind the D-Bus calls Manager.StartUnit() and Unit.Start(). |