IPTables Patch Problem!
Posted: Thu Dec 20, 2012 8:42 am
Im trying to patch 'kernel 2.6.32.60' with 'grsecurity-2.2.0-iptables.patch' but i get this error :
Any suggestion would be appreciated.
My OS is CentOS 6.3 x86 with gcc 4.4.6 .
- Code: Select all
[root@srv06 linux-2.6.32.60]# patch -p1 < ../grsecurity-2.2.0-iptables.patch
The next patch would create the file extensions/libxt_gradm.c,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file extensions/libxt_gradm.man,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file include/linux/netfilter/xt_gradm.h,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
Any suggestion would be appreciated.
My OS is CentOS 6.3 x86 with gcc 4.4.6 .