ANDROID: rust: security: add helpers for security_binder_*
There is currently a build failure if you build with CONFIG_SECURITY=n. This is because the LSM helpers for these methods are marked inline when you disable CONFIG_SECURITY=n, so they can't be called from Rust. Add helpers to handle this case. Fixes: d5fd4e90 ("ANDROID: rust: add security::binder_* methods") Change-Id: Ia3b8c1f004c00d01fcf707ea7b4adfeba322d945 Signed-off-by:Alice Ryhl <aliceryhl@google.com>
Loading
Please sign in to comment