]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-oracle.in: Clear trailing whitespaces
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Jan 2013 17:20:51 +0000 (12:20 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 15 Jan 2013 17:20:51 +0000 (12:20 -0500)
A quick scan through the code showed that lxc-oracle.in is the only
file in the branch containing trailing whitespaces, this clears them.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-oracle.in

index 21fef14edd3a335b66b868eef224aaf9d02f9fd7..2402cc50010f3e74356d8987d203968cfdc133e3 100644 (file)
@@ -313,14 +313,14 @@ lxc.tty = 4
 lxc.pts = 1024
 lxc.rootfs = $container_rootfs
 lxc.mount = $cfg_dir/fstab
-# Uncomment these if you don't run anything that needs the capability, and   
+# Uncomment these if you don't run anything that needs the capability, and
 # would like the container to run with less privilege.
 #
-# Dropping sys_admin disables container root from doing a lot of things   
-# that could be bad like re-mounting lxc fstab entries rw for example,    
-# but also disables some useful things like being able to nfs mount, and    
-# things that are already namespaced with ns_capable() kernel checks, like  
-# hostname(1).  
+# Dropping sys_admin disables container root from doing a lot of things
+# that could be bad like re-mounting lxc fstab entries rw for example,
+# but also disables some useful things like being able to nfs mount, and
+# things that are already namespaced with ns_capable() kernel checks, like
+# hostname(1).
 # lxc.cap.drop = sys_admin
 # lxc.cap.drop = net_raw          # breaks dhcp/ping
 # lxc.cap.drop = setgid           # breaks login (initgroups/setgroups)
@@ -330,7 +330,7 @@ lxc.mount = $cfg_dir/fstab
 # lxc.cap.drop = audit_write
 #
 lxc.cap.drop = mac_admin mac_override setfcap setpcap
-lxc.cap.drop = sys_module sys_nice sys_pacct  
+lxc.cap.drop = sys_module sys_nice sys_pacct
 lxc.cap.drop = sys_rawio sys_time
 EOF