Home
last modified time | relevance | path

Searched refs:audit_features (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Daudit.h491 struct audit_features { struct
/linux/tools/testing/selftests/landlock/
H A Daudit.h41 struct audit_features features;
/linux/kernel/
H A Daudit.c173 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION,
1186 static int audit_set_feature(struct audit_features *uaf) in audit_set_feature()
1408 if (data_len < sizeof(struct audit_features)) in audit_receive_msg()