From f4e8a9186190660c3cc8b7bcc8c3a90165fba370 Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Wed, 15 Jan 2014 09:31:53 +0100 Subject: [PATCH] Added a commented squid-deb-proxy hook to ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Added a commented squid-deb-proxy hook to the common ubuntu config file as suggested when merging the squid-deb-proxy-client hook. Signed-off-by: Chris Glass Acked-by: Stéphane Graber --- config/templates/ubuntu.common.conf.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/templates/ubuntu.common.conf.in b/config/templates/ubuntu.common.conf.in index 0575321a4..1ec323fe4 100644 --- a/config/templates/ubuntu.common.conf.in +++ b/config/templates/ubuntu.common.conf.in @@ -27,6 +27,10 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time #lxc.aa_profile = lxc-container-default-with-nesting #lxc.hook.mount = /usr/share/lxc/hooks/mountcgroups +# Uncomment the following line to autodetect squid-deb-proxy configuration on the +# host and forward it to the guest at start time. +#lxc.hook.pre-start = /usr/share/lxc/hooks/squid-deb-proxy-client + # If you wish to allow mounting block filesystems, then use the following # line instead, and make sure to grant access to the block device and/or loop # devices below in lxc.cgroup.devices.allow. -- 2.47.3