/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

* initramfs-tools-hook-conf: Security bug fix: Add code to handle
                             being called by "mkinitramfs-kpkg"
                             instead of "update-initramfs".

Show diffs side-by-side

added added

removed removed

Lines of Context:
949
949
                      " files")
950
950
    parser.add_option("--no-dbus", action="store_false",
951
951
                      dest="use_dbus",
952
 
                      help="Do not provide D-Bus system bus"
953
 
                      " interface")
 
952
                      help=optparse.SUPPRESS_HELP) # XXX: Not done yet
954
953
    parser.add_option("--no-ipv6", action="store_false",
955
954
                      dest="use_ipv6", help="Do not use IPv6")
956
955
    options = parser.parse_args()[0]
1004
1003
    # For convenience
1005
1004
    debug = server_settings["debug"]
1006
1005
    use_dbus = server_settings["use_dbus"]
 
1006
    use_dbus = False            # XXX: Not done yet
1007
1007
    use_ipv6 = server_settings["use_ipv6"]
1008
1008
    
1009
1009
    if not debug: