This is prototype code that:
  - converts an ubuntu click manifest into an apparmor profile or
    profiles
  - writes said profile(s) to disk
  - loads said profile(s) into the kernel

You can get a rough idea of how to use the functions through the
aa-clickprototype utility.

Example invocation:

  sudo ./aa-clickprototype -d /etc/apparmor.d/ \
       /opt/click.ubuntu.com/com.ubuntu.ubuntu-calculator-app/0.1.3/.click/info/com.ubuntu.ubuntu-calculator-app.manifest

Afterwards, 'sudo grep com.ubuntu.ubuntu-calculator-app /sys/kernel/security/apparmor/profiles'
should show you something like:

  com.ubuntu.ubuntu-calculator-app_ubuntu-calculator-app.desktop_0.1.3 (enforce)
