search for: sysprep_operation_iptables

Displaying 3 results from an estimated 3 matches for "sysprep_operation_iptables".

2013 Sep 05
6
[PATCH 1/5] sysprep: remove /var/log/audit/audit.log
audit.log is already included in /var/log/audit/*. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> --- sysprep/sysprep_operation_logfiles.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml index 842b855..cdfe8fc 100644 --- a/sysprep/sysprep_operation_logfiles.ml +++
2013 Sep 05
0
[PATCH 5/5] sysprep: remove iptables rules
If we do not want to keep the original iptables rules, enable this operation to remove the iptables rules automatically. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> --- sysprep/Makefile.am | 1 + sysprep/sysprep_operation_iptables.ml | 45 +++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 sysprep/sysprep_operation_iptables.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index ec6c2bc..3da99c1 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -43,6 +43,7 @@ operat...
2013 Sep 05
2
Re: [PATCH 5/5] sysprep: remove iptables rules
...00, Wanlong Gao wrote: > If we do not want to keep the original iptables rules, enable > this operation to remove the iptables rules automatically. > > Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> > --- > sysprep/Makefile.am | 1 + > sysprep/sysprep_operation_iptables.ml | 45 +++++++++++++++++++++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 sysprep/sysprep_operation_iptables.ml > > diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am > index ec6c2bc..3da99c1 100644 > --- a/sysprep/Makefile.am > +++ b/sysprep/M...