Searched refs:aa_proxy (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/apparmor/include/ |
D | label.h | 109 struct aa_proxy { struct 133 struct aa_proxy *proxy; argument 285 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp); 451 struct aa_proxy *aa_alloc_proxy(struct aa_label *l, gfp_t gfp); 454 static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy) in aa_get_proxy() 462 static inline void aa_put_proxy(struct aa_proxy *proxy) in aa_put_proxy()
|
D | policy.h | 179 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
|
/Linux-v4.19/security/apparmor/ |
D | label.c | 46 static void free_proxy(struct aa_proxy *proxy) in free_proxy() 59 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref() 64 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy() 66 struct aa_proxy *new; in aa_alloc_proxy() 68 new = kzalloc(sizeof(struct aa_proxy), gfp); in aa_alloc_proxy() 94 struct aa_proxy *proxy = new->proxy; in __proxy_share() 345 label->proxy = (struct aa_proxy *) PROXY_POISON + 1; in label_destroy() 430 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) in aa_label_alloc()
|
D | apparmorfs.c | 1040 struct aa_proxy *proxy = aa_get_proxy(inode->i_private); in seq_profile_open() 1061 struct aa_proxy *proxy = seq->private; in seq_profile_name_show() 1072 struct aa_proxy *proxy = seq->private; in seq_profile_mode_show() 1083 struct aa_proxy *proxy = seq->private; in seq_profile_attach_show() 1099 struct aa_proxy *proxy = seq->private; in seq_profile_hash_show() 1422 struct aa_proxy *proxy; in __aafs_profile_rmdir() 1458 struct aa_proxy *proxy = aa_get_proxy(profile->label.proxy); in create_profile_file() 1515 struct aa_proxy *proxy = inode->i_private; in rawdata_get_link_base()
|
D | policy.c | 258 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile()
|