2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

remove patch to export get_task_comm since we no longer use it in audit messages

This commit is contained in:
John Johansen
2007-04-30 22:55:33 +00:00
parent 85beaaac65
commit eb01df5a9f
2 changed files with 0 additions and 11 deletions

View File

@@ -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)
{

View File

@@ -34,7 +34,6 @@ d_namespace_path.diff
file-handle-ops.diff
security-xattr-file.diff
sysctl-pathname.diff
export-get_task_comm.diff
apparmor-audit.diff
apparmor-main.diff
apparmor-lsm.diff