diff options
author | William Roberts <william.c.roberts@intel.com> | 2016-08-08 19:08:34 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2016-08-08 19:08:34 +0200 |
commit | 8b31f456c72e53ee97474a538bcd91bfb1b93fb7 (patch) | |
tree | a87f9203cde7d38af6009c8198277a1335dbf8b2 /security/Makefile | |
parent | security: Use IS_ENABLED() instead of checking for built-in or module (diff) | |
download | linux-8b31f456c72e53ee97474a538bcd91bfb1b93fb7.tar.xz linux-8b31f456c72e53ee97474a538bcd91bfb1b93fb7.zip |
selinux: print leading 0x on ioctlcmd audits
ioctlcmd is currently printing hex numbers, but their is no leading
0x. Thus things like ioctlcmd=1234 are misleading, as the base is
not evident.
Correct this by adding 0x as a prefix, so ioctlcmd=1234 becomes
ioctlcmd=0x1234.
Signed-off-by: William Roberts <william.c.roberts@intel.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/Makefile')
0 files changed, 0 insertions, 0 deletions