* [PATCH -next] apparmor: cleanup unused declarations in policy.h
@ 2023-07-25 14:12 Xiu Jianfeng
2023-08-08 20:39 ` John Johansen
0 siblings, 1 reply; 2+ messages in thread
From: Xiu Jianfeng @ 2023-07-25 14:12 UTC (permalink / raw)
To: john.johansen, paul, jmorris, serge, mike.salvatore
Cc: apparmor, linux-security-module, linux-kernel
The implementions of these declarations do not exist, remove them all.
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
---
security/apparmor/include/policy.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/security/apparmor/include/policy.h b/security/apparmor/include/policy.h
index 545f791cabda..6e5ec9c37b48 100644
--- a/security/apparmor/include/policy.h
+++ b/security/apparmor/include/policy.h
@@ -227,10 +227,6 @@ extern enum profile_mode aa_g_profile_mode;
#define profiles_ns(P) ((P)->ns)
#define name_is_shared(A, B) ((A)->hname && (A)->hname == (B)->hname)
-void aa_add_profile(struct aa_policy *common, struct aa_profile *profile);
-
-
-void aa_free_proxy_kref(struct kref *kref);
struct aa_ruleset *aa_alloc_ruleset(gfp_t gfp);
struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
gfp_t gfp);
@@ -239,14 +235,12 @@ struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name,
struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
const char *base, gfp_t gfp);
void aa_free_profile(struct aa_profile *profile);
-void aa_free_profile_kref(struct kref *kref);
struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
size_t n);
struct aa_profile *aa_lookup_profile(struct aa_ns *ns, const char *name);
struct aa_profile *aa_fqlookupn_profile(struct aa_label *base,
const char *fqname, size_t n);
-struct aa_profile *aa_match_profile(struct aa_ns *ns, const char *name);
ssize_t aa_replace_profiles(struct aa_ns *view, struct aa_label *label,
u32 mask, struct aa_loaddata *udata);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] apparmor: cleanup unused declarations in policy.h
2023-07-25 14:12 [PATCH -next] apparmor: cleanup unused declarations in policy.h Xiu Jianfeng
@ 2023-08-08 20:39 ` John Johansen
0 siblings, 0 replies; 2+ messages in thread
From: John Johansen @ 2023-08-08 20:39 UTC (permalink / raw)
To: Xiu Jianfeng, paul, jmorris, serge, mike.salvatore
Cc: apparmor, linux-security-module, linux-kernel
On 7/25/23 07:12, Xiu Jianfeng wrote:
> The implementions of these declarations do not exist, remove them all.
>
> Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Acked-by: John Johansen <john.johansen@canonical.com>
this has been pulled into apparmor-next
> ---
> security/apparmor/include/policy.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/security/apparmor/include/policy.h b/security/apparmor/include/policy.h
> index 545f791cabda..6e5ec9c37b48 100644
> --- a/security/apparmor/include/policy.h
> +++ b/security/apparmor/include/policy.h
> @@ -227,10 +227,6 @@ extern enum profile_mode aa_g_profile_mode;
> #define profiles_ns(P) ((P)->ns)
> #define name_is_shared(A, B) ((A)->hname && (A)->hname == (B)->hname)
>
> -void aa_add_profile(struct aa_policy *common, struct aa_profile *profile);
> -
> -
> -void aa_free_proxy_kref(struct kref *kref);
> struct aa_ruleset *aa_alloc_ruleset(gfp_t gfp);
> struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
> gfp_t gfp);
> @@ -239,14 +235,12 @@ struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name,
> struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
> const char *base, gfp_t gfp);
> void aa_free_profile(struct aa_profile *profile);
> -void aa_free_profile_kref(struct kref *kref);
> struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
> struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
> size_t n);
> struct aa_profile *aa_lookup_profile(struct aa_ns *ns, const char *name);
> struct aa_profile *aa_fqlookupn_profile(struct aa_label *base,
> const char *fqname, size_t n);
> -struct aa_profile *aa_match_profile(struct aa_ns *ns, const char *name);
>
> ssize_t aa_replace_profiles(struct aa_ns *view, struct aa_label *label,
> u32 mask, struct aa_loaddata *udata);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-08 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 14:12 [PATCH -next] apparmor: cleanup unused declarations in policy.h Xiu Jianfeng
2023-08-08 20:39 ` John Johansen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).