]> git.baikalelectronics.ru Git - kernel.git/commit
apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 2 Jul 2019 18:27:32 +0000 (20:27 +0200)
committerJohn Johansen <john.johansen@canonical.com>
Sat, 18 Jan 2020 23:35:23 +0000 (15:35 -0800)
commit0112f52cf263cfaa7dcc30578169f64d0e228270
treef4fd0552b4be6101c94fd657af2ad58240ac1767
parentd4f46b330cc523efd6fb99dfb35e4def34bd935c
apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()

Two strings which did not contain a data format specification 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: John Johansen <john.johansen@canonical.com>
security/apparmor/label.c