From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Roberts Subject: [PATCH] - auditing cmdline Date: Mon, 2 Dec 2013 13:10:36 -0800 Message-ID: <1386018639-18916-1-git-send-email-wroberts@tresys.com> Return-path: Sender: owner-linux-mm@kvack.org To: linux-audit@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, rgb@redhat.com, viro@zeniv.linux.org.uk Cc: sds@tycho.nsa.gov List-Id: linux-audit@redhat.com This patch series relates to work started on the audit mailing list. It eventually involved touching other modules, so I am trying to pull in those owners as well. In a nutshell I add new utility functions for accessing a processes cmdline value as displayed in proc//cmdline, and then refactor procfs to use the utility functions, and then add the ability to the audit subsystem to record this value. Thanks for any feedback and help. [PATCH 1/3] mm: Create utility functions for accessing a tasks [PATCH 2/3] proc: Update get proc_pid_cmdline() to use mm.h helpers [PATCH 3/3] audit: Audit proc cmdline value -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org