mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
remove patch to export get_task_comm since we no longer use it in audit messages
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
--- 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)
|
|
||||||
{
|
|
@@ -34,7 +34,6 @@ d_namespace_path.diff
|
|||||||
file-handle-ops.diff
|
file-handle-ops.diff
|
||||||
security-xattr-file.diff
|
security-xattr-file.diff
|
||||||
sysctl-pathname.diff
|
sysctl-pathname.diff
|
||||||
export-get_task_comm.diff
|
|
||||||
apparmor-audit.diff
|
apparmor-audit.diff
|
||||||
apparmor-main.diff
|
apparmor-main.diff
|
||||||
apparmor-lsm.diff
|
apparmor-lsm.diff
|
||||||
|
Reference in New Issue
Block a user