Skip to content

aa status: restore ability to pretty print json

John Johansen requested to merge jjohansen/apparmor:aa-status into master

With the rewrite to C, --pretty-json was downgraded to the same output as --json

Restore --pretty-json to being able to output a pretty json by using DaveGamble's cJSON: https://github.com/DaveGamble/cJSON

Edited by John Johansen

Merge request reports