Fix bug in cipso written rules
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 23 Jan 2014 10:04:50 +0000 (11:04 +0100)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 29 Jan 2014 08:28:56 +0000 (09:28 +0100)
commit7d5a0d5b2387ac74fd984c63124822d13ec403e3
treec29de3ad4c58b5c9f99c3e5d2df140776e52907a
parentd4d8cfa3759c0e176b9f0129f145714e09c7f62d
Fix bug in cipso written rules

The label (either short or long) was followed by a null character.
It is now followed by a space.

Note that the format for cipso2 smackfs is "%s?%4d%4d..."
where ? stands for any invalid label character.

Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
libsmack/libsmack.c