]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
SELinux: Use %lu for inode->i_no when printing avc
authorTobias Oed <tobias.oed@octant-fr.com>
Mon, 11 Jun 2007 12:56:31 +0000 (08:56 -0400)
committerJames Morris <jmorris@namei.org>
Thu, 12 Jul 2007 02:52:27 +0000 (22:52 -0400)
commit13bddc2e9d591e31bf20020dc19ea6ca85de420e
treeb813a0a060439c4cfb84c93dc14307179465829b
parent2c3c05dbcbc7b9d71549fe0e2b249f10f5a66518
SELinux: Use %lu for inode->i_no when printing avc

Inode numbers are unsigned long and so need to %lu as format string of printf.

Signed-off-by: Tobias Oed <tobias.oed@octant-fr.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/avc.c