diff options
| author | Casey Schaufler <casey@schaufler-ca.com> | 2024-10-09 10:32:20 -0700 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2024-10-11 14:34:16 -0400 |
| commit | 05a344e54d0b4892736526e4a309851da8ee9c89 (patch) | |
| tree | 0ee5712316b1619172d26ac0ee76fdc9a5f4a9ee /include | |
| parent | 13d826e564e2ccae9df0caac8a3deb40dc4c8fda (diff) | |
| download | linux-05a344e54d0b4892736526e4a309851da8ee9c89.tar.gz linux-05a344e54d0b4892736526e4a309851da8ee9c89.tar.bz2 linux-05a344e54d0b4892736526e4a309851da8ee9c89.zip | |
netlabel,smack: use lsm_prop for audit data
Replace the secid in the netlbl_audit structure with an lsm_prop.
Remove scaffolding that was required when the value was a secid.
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
[PM: fix the subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/netlabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 529160f76cac..8de8344ee93c 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h @@ -97,7 +97,7 @@ struct calipso_doi; /* NetLabel audit information */ struct netlbl_audit { - u32 secid; + struct lsm_prop prop; kuid_t loginuid; unsigned int sessionid; }; |
