Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-22 | simplify SELinux labeling | David Oberhollenzer | |
This commit moves the SELinux label code after the tree is sorted and the inode table is generated. Sorting helps to make sure that the tree will always be traversed in a defined, deterministic order and likewise the creation of xattrs happens in a defined, deterministic order. Second, we can now use the inode table instead of having to implement a recursive tree traversal yet again. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-06-10 | Add generic function to produce a full path from an fstree node | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-05-19 | Add SELinux labeling to fstree code | David Oberhollenzer | |
Use libselinux to lookup the context attributes from a file. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |