From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: PATH records show fcaps Date: Mon, 20 Oct 2008 11:33:58 -0500 Message-ID: <20081020163358.GB21901@us.ibm.com> References: <1224343392.3189.74.camel@paris-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1224343392.3189.74.camel@paris-laptop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Eric Paris Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Quoting Eric Paris (eparis@redhat.com): > type=SYSCALL msg=audit(1224342849.465:43): arch=c000003e syscall=59 success=yes exit=0 a0=25b6a00 a1=2580410 a2=2580140 a3=8 items=2 ppid=2219 pid=2266 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=1 comm="ping" exe="/bin/ping" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) This part above is the credentials of the running task, right? Will it output your process inheritable set if nonempty? (I would think you should be able to test this by doing capsh --inh=cap_sys_admin /bin/sh /bin/foo and look for /bin/foo's record) thanks, -serge