From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: Re: [PATCH] audit: Add cmdline to taskinfo output Date: Wed, 30 Oct 2013 17:20:24 -0400 Message-ID: <1383168024.28218.17.camel@flatline.rdu.redhat.com> References: <1383004238-10998-1-git-send-email-wroberts@tresys.com> <1611933.rd6seSt0S2@x2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: William Roberts Cc: Richard Guy Briggs , William Roberts , linux-audit@redhat.com List-Id: linux-audit@redhat.com I'm like a child wandering into the middle of a movie and having no idea what is going on. But... > The limit is PATH_MAX. You could have an absolute path that > uses all available > characters. > > -Steve > > > So looking at PATH_MAX... > include/linux/limits.h:12:#define PATH_MAX 4096 /* # chars in a > path name including nul */ I seem to recall that PATH_MAX is not really PATH_MAX :) It can be +10 ish... for the " (deleted)" that gets appended if things are unlinked... just something I sorta recall rolling around the back of my head and I haven't really any idea if it is applicable here in any way...