Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-10-21 | shared: remove unused functions | Ronny Chevalier | |
- mkdir_p_prefix: It has never been used - mkdir_parents_prefix_label: Unused since 1434ae6fd49f8377b0ddbd4c675736e0d3226ea6 | |||
2013-07-26 | shared: split mkdir_*() and mkdir_*_label() from each other | Kay Sievers | |
Avoid pulling-in selinux for tools which just create directories but not need to fix the selinux label. |