diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-07-25 16:48:13 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-07-25 16:48:13 -0300 |
commit | eafe21247a149d0c302e02007927ea25e65dca34 (patch) | |
tree | fd994a0cb660989eab58d4e4e4c3553dc729f1de /pkg/linux/bitmask-root | |
parent | ddb9145c2f5f0ea72ca3520de19e1681154f9e07 (diff) | |
parent | b4405a5eb08201d53392b7607ed0d60e514db76b (diff) |
Merge remote-tracking branch 'refs/remotes/kali/bug/fix-imports' into develop
Diffstat (limited to 'pkg/linux/bitmask-root')
-rwxr-xr-x | pkg/linux/bitmask-root | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index 58f9a103..c9034b0d 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -34,7 +34,6 @@ not be teared down in the case of an error during launch. """ # TODO should be tested with python3, which can be the default on some distro. from __future__ import print_function -import atexit import os import re import signal @@ -42,7 +41,6 @@ import socket import syslog import subprocess import sys -import time import traceback cmdcheck = subprocess.check_output @@ -51,7 +49,7 @@ cmdcheck = subprocess.check_output # CONSTANTS # -VERSION = "1" +VERSION = "2" SCRIPT = "bitmask-root" NAMESERVER = "10.42.0.1" BITMASK_CHAIN = "bitmask" |