smack-team / smack

Smack userspace
GNU Lesser General Public License v2.1
41 stars 33 forks source link

Fix bug in cipso written rules #94

Closed jobol closed 10 years ago

jobol commented 10 years ago

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