]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Add example hooks from Ubuntu package
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 19 Feb 2013 20:44:19 +0000 (15:44 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 20 Feb 2013 04:34:07 +0000 (23:34 -0500)
commit906f8c4ddd784ce0e759dae87bcb0f9c0a1926be
treebe896357a46bb8af2f02593266904a399287098d
parent91e065ec331416b9d0941da86792bdbc8f10fadf
Add example hooks from Ubuntu package

We've been shipping those two hooks for a while in Ubuntu.
Yesterday I reworked them to use the new environment variables and
avoid hardcoding any path that we have available as a variable.

I tested both to work on Ubuntu 13.04 but they should work just as well
on any distro shipping with the cgroup hierarchy in /sys/fs/cgroup and
with ecryptfs available.

Those are intended as example and distros are free to drop them, they
should however be working without any change required, at least on Ubuntu.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Makefile.am
configure.ac
hooks/Makefile.am [new file with mode: 0644]
hooks/mountcgroups [new file with mode: 0755]
hooks/mountecryptfsroot [new file with mode: 0755]