[19:19] hi security, [19:19] what's the best way to check an apparmor profile for syntax, without loading it? [19:19] apparmor_parser -d ? [19:22] ahasenack: -Q (or --skip-kernel-load) does everything except load the profile in the kernel [19:22] I'm generating a profile dynamically and wanted to check it before loading [19:22] ah [19:22] does it also change the cache? [19:22] (I wouldn't want it to) [19:23] not sure, I can double check. but you can also use -K (or --skip-cache) [19:23] I think this works, thanks