From f415b29255819e19ffde16018fb9ad02cbbfd17c Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 28 Sep 2019 21:10:15 +0200 Subject: Move fstree selinux code to gensquashfs 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 --- include/fstree.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/fstree.h') diff --git a/include/fstree.h b/include/fstree.h index 110ad1f..a60b214 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -222,10 +222,6 @@ void fstree_xattr_deduplicate(fstree_t *fs); */ int fstree_from_file(fstree_t *fs, const char *filename, FILE *fp); -/* Add labels from an SELinux labeling file to all tree nodes. - Returns 0 on success. Internally prints errors to stderr. */ -int fstree_relabel_selinux(fstree_t *fs, const char *filename); - /* Returns 0 on success. Prints to stderr on failure */ int fstree_gen_inode_table(fstree_t *fs); -- cgit v1.2.3