mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
Add missing EXPORT_SYMBOL
This commit is contained in:
@@ -37,3 +37,13 @@ nothing...
|
|||||||
profile->parent->name, profile->name);
|
profile->parent->name, profile->name);
|
||||||
|
|
||||||
audit_log_end(ab);
|
audit_log_end(ab);
|
||||||
|
--- a/fs/exec.c
|
||||||
|
+++ b/fs/exec.c
|
||||||
|
@@ -806,6 +806,7 @@ void get_task_comm(char *buf, struct tas
|
||||||
|
strncpy(buf, tsk->comm, sizeof(tsk->comm));
|
||||||
|
task_unlock(tsk);
|
||||||
|
}
|
||||||
|
+EXPORT_SYMBOL(get_task_comm);
|
||||||
|
|
||||||
|
void set_task_comm(struct task_struct *tsk, char *buf)
|
||||||
|
{
|
||||||
|
Reference in New Issue
Block a user