Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-28 | Do the SELinux relabeling while generating the fstree | David Oberhollenzer | |
This commit splits the SELinux relabeling function up into 3 parts: - open the label file - apply relabeling rules to a given file - close the label file The relabeling is done while building the tree (if reading from an input directory) or in a post process step if reading from a desription file. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-09-28 | Move fstree selinux code to gensquashfs | David Oberhollenzer | |
Same rational as for the dir-scanner code: It's actually the only user and it is going to get a lot closer integerated with libsquashfs. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |