diff options
| author | Casey Schaufler <casey@schaufler-ca.com> | 2025-12-22 13:01:48 -0800 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2026-01-06 20:52:57 -0500 |
| commit | 5547598e59d724d805551596b52b1c40120372d8 (patch) | |
| tree | 24a12ec1c6bd55fb23d86cf2b486f8ea43b37a61 /include/linux | |
| parent | 2d38a4e3e208da19e23272175e383b917d2fdc0e (diff) | |
cred: remove unused set_security_override_from_ctx()
The function set_security_override_from_ctx() has no in-tree callers
since 6.14. Remove it.
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
[PM: subject tweak, merge fuzz]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cred.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cred.h b/include/linux/cred.h index 343a140a6ba2..ed1609d78cd7 100644 --- a/include/linux/cred.h +++ b/include/linux/cred.h @@ -164,7 +164,6 @@ static inline const struct cred *kernel_cred(void) return rcu_dereference_raw(init_task.cred); } extern int set_security_override(struct cred *, u32); -extern int set_security_override_from_ctx(struct cred *, const char *); extern int set_create_files_as(struct cred *, struct inode *); extern int cred_fscmp(const struct cred *, const struct cred *); extern void __init cred_init(void); |
