Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e70409f5 authored by Ryan O'Hara's avatar Ryan O'Hara Committed by Steven Whitehouse
Browse files

[GFS2] Fix for selinux support



This should fix the mount problems with gfs2 and selinux.

Signed-off-by: default avatarRyan O'Hara <rohara@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent e7966488
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,5 +225,6 @@ struct gfs2_eattr_operations *gfs2_ea_ops[] = {
	NULL,
	&gfs2_user_eaops,
	&gfs2_system_eaops,
	&gfs2_security_eaops,
};