diff options
Diffstat (limited to 'configs/common/Options.py')
-rw-r--r-- | configs/common/Options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/Options.py b/configs/common/Options.py index 86523ee64..71f9f1429 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -369,7 +369,7 @@ def addSEOptions(parser): help="Redirect stdout to a file.") parser.add_option("--errout", default="", help="Redirect stderr to a file.") - parser.add_option("--chroot", action="store", type="string", default="/", + parser.add_option("--chroot", action="store", type="string", default=None, help="The chroot option allows a user to alter the " \ "search path for processes running in SE mode. " \ "Normally, the search path would begin at the " \ |