• C
    Rework lxc apparmor profile · 9265f8ab
    Cédric Bosdonnat 提交于
    Rework the apparmor lxc profile abstraction to mimic ubuntu's container-default.
    This profile allows quite a lot, but strives to restrict access to
    dangerous resources.
    
    Removing the explicit authorizations to bash, systemd and cron files,
    forces them to keep the lxc profile for all applications inside the
    container. PUx permissions where leading to running systemd (and others
    tasks) unconfined.
    
    Put the generic files, network and capabilities restrictions directly
    in the TEMPLATE.lxc: this way, users can restrict them on a per
    container basis.
    9265f8ab
Makefile.am 1.2 KB