linux-kernelorg-stable/security/apparmor/include
Casey Schaufler 2d470c7781 lsm: replace context+len with lsm_context
Replace the (secctx,seclen) pointer pair with a single
lsm_context pointer to allow return of the LSM identifier
along with the context and context length. This allows
security_release_secctx() to know how to release the
context. Callers have been modified to use or save the
returned data from the new structure.

security_secid_to_secctx() and security_lsmproc_to_secctx()
will now return the length value on success instead of 0.

Cc: netdev@vger.kernel.org
Cc: audit@vger.kernel.org
Cc: netfilter-devel@vger.kernel.org
Cc: Todd Kjos <tkjos@google.com>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
[PM: subject tweak, kdoc fix, signedness fix from Dan Carpenter]
Signed-off-by: Paul Moore <paul@paul-moore.com>
2024-12-04 14:42:31 -05:00
..
apparmor.h
apparmorfs.h
audit.h lsm: use lsm_prop in security_audit_rule_match 2024-10-11 14:34:12 -04:00
capability.h
cred.h
crypto.h
domain.h
file.h
ipc.h
label.h parser: drop dead code for XXX_comb macros 2024-11-26 19:21:06 -08:00
lib.h apparmor: Remove deadcode 2024-11-26 19:21:05 -08:00
match.h apparmor: add support for 2^24 states to the dfa state machine. 2024-11-26 19:21:05 -08:00
mount.h
net.h lsm: infrastructure management of the sock security 2024-07-29 16:54:50 -04:00
path.h
perms.h apparmor: Remove deadcode 2024-11-26 19:21:05 -08:00
policy.h apparmor: Remove deadcode 2024-11-26 19:21:05 -08:00
policy_compat.h
policy_ns.h
policy_unpack.h
procattr.h
resource.h
secid.h lsm: replace context+len with lsm_context 2024-12-04 14:42:31 -05:00
sig_names.h
task.h