selinux_mnt_opts
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.3
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.4
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.8
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.11
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.13
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.15
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
5.19
: ✅struct selinux_mnt_opts {
u32 fscontext_sid;
u32 context_sid;
u32 rootcontext_sid;
u32 defcontext_sid;
};
6.2
: ✅struct selinux_mnt_opts {
u32 fscontext_sid;
u32 context_sid;
u32 rootcontext_sid;
u32 defcontext_sid;
};
6.5
: ✅struct selinux_mnt_opts {
u32 fscontext_sid;
u32 context_sid;
u32 rootcontext_sid;
u32 defcontext_sid;
};
6.8
: ✅struct selinux_mnt_opts {
bool initialized;
u32 fscontext_sid;
u32 context_sid;
u32 rootcontext_sid;
u32 defcontext_sid;
};
arm64
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
armhf
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
ppc64el
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
riscv64
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
aws
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
azure
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
gcp
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
lowlatency
: ✅struct selinux_mnt_opts {
const char *fscontext;
const char *context;
const char *rootcontext;
const char *defcontext;
};
Regular
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️u32 fscontext_sid
u32 context_sid
u32 rootcontext_sid
u32 defcontext_sid
const char *fscontext
const char *context
const char *rootcontext
const char *defcontext
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️bool initialized
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅