]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 15 Jan 2017 13:04:53 +0000 (14:04 +0100)
committerPaul Moore <paul@paul-moore.com>
Wed, 29 Mar 2017 15:52:30 +0000 (11:52 -0400)
commit710a0647ba955abd25460c36a09d80fdbe878273
tree3c12a72d15d1e9390c847bbcd340190483330ab6
parent8ee4586ca5fe6c2a00f6a39f828f54c8f6cda472
selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()

A string which did not contain data format specifications should be put
into a sequence. Thus use the corresponding function "seq_puts".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/selinuxfs.c