selinux_state
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
5.0
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
5.3
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
5.4
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
5.8
: ✅struct selinux_state {
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[7];
struct page *status_page;
struct mutex status_lock;
struct selinux_avc *avc;
struct selinux_ss *ss;
};
5.11
: ✅struct selinux_state {
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[7];
struct page *status_page;
struct mutex status_lock;
struct selinux_avc *avc;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
5.13
: ✅struct selinux_state {
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[7];
struct page *status_page;
struct mutex status_lock;
struct selinux_avc *avc;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
5.15
: ✅struct selinux_state {
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[7];
struct page *status_page;
struct mutex status_lock;
struct selinux_avc *avc;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
5.19
: ✅struct selinux_state {
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[8];
struct page *status_page;
struct mutex status_lock;
struct selinux_avc *avc;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
6.2
: ✅struct selinux_state {
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[8];
struct page *status_page;
struct mutex status_lock;
struct selinux_avc *avc;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
6.5
: ✅struct selinux_state {
bool enforcing;
bool initialized;
bool policycap[8];
struct page *status_page;
struct mutex status_lock;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
6.8
: ✅struct selinux_state {
bool enforcing;
bool initialized;
bool policycap[9];
struct page *status_page;
struct mutex status_lock;
struct selinux_policy *policy;
struct mutex policy_mutex;
};
arm64
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
armhf
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
ppc64el
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
riscv64
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
aws
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
azure
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
gcp
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
lowlatency
: ✅struct selinux_state {
bool disabled;
bool enforcing;
bool checkreqprot;
bool initialized;
bool policycap[6];
struct selinux_avc *avc;
struct selinux_ss *ss;
};
Regular
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct page *status_page
struct mutex status_lock
bool disabled
bool policycap[6]
➡️ bool policycap[7]
5.8
and 5.11
⚠️struct selinux_policy *policy
struct mutex policy_mutex
struct selinux_ss *ss
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️bool policycap[7]
➡️ bool policycap[8]
5.19
and 6.2
✅
6.2
and 6.5
⚠️bool checkreqprot
struct selinux_avc *avc
6.5
and 6.8
⚠️bool policycap[8]
➡️ bool policycap[9]
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅