Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | label: unify code to make directories, symlinks | Lennart Poettering | |
2014-10-23 | label: don't try to create labelled directories more than once | Lennart Poettering | |
2014-10-23 | smack: rework SMACK label fixing code to follow more closely the semantics ↵ | Lennart Poettering | |
of the matching selinux code | |||
2014-10-23 | mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), ↵ | Lennart Poettering | |
and all that reset it to defaults mac_{selinux|smack}_fix() Let's clean up the naming schemes a bit and use the same one for SMACK and for SELINUX. | |||
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. |