File tree 1 file changed +2
-0
lines changed
src/unix/linux_like/linux/gnu
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -800,6 +800,7 @@ cfg_if! {
800
800
pub const QNX6_SUPER_MAGIC : :: c_long = 0x68191122 ;
801
801
pub const RDTGROUP_SUPER_MAGIC : :: c_long = 0x7655821 ;
802
802
pub const REISERFS_SUPER_MAGIC : :: c_long = 0x52654973 ;
803
+ pub const SELINUX_MAGIC : :: c_long = 0xf97cff8c ;
803
804
pub const SMB_SUPER_MAGIC : :: c_long = 0x0000517b ;
804
805
pub const SYSFS_MAGIC : :: c_long = 0x62656572 ;
805
806
pub const TMPFS_MAGIC : :: c_long = 0x01021994 ;
@@ -851,6 +852,7 @@ cfg_if! {
851
852
pub const QNX6_SUPER_MAGIC : :: c_uint = 0x68191122 ;
852
853
pub const RDTGROUP_SUPER_MAGIC : :: c_uint = 0x7655821 ;
853
854
pub const REISERFS_SUPER_MAGIC : :: c_uint = 0x52654973 ;
855
+ pub const SELINUX_MAGIC : :: c_uint = 0xf97cff8c ;
854
856
pub const SMB_SUPER_MAGIC : :: c_uint = 0x0000517b ;
855
857
pub const SYSFS_MAGIC : :: c_uint = 0x62656572 ;
856
858
pub const TMPFS_MAGIC : :: c_uint = 0x01021994 ;
You can’t perform that action at this time.
0 commit comments