Lines Matching +full:re +full:- +full:config
12 import re
20 Launches a session debus using a modified config file and
25 dbus_config_file File location of dbus sys config file
29 dbus_local_conf = os.path.join(dbus_dir, "system-local.conf")
36 line = re.sub(
40 flags=re.DOTALL,
42 line = re.sub(
46 flags=re.DOTALL,
48 line = re.sub(
52 flags=re.DOTALL,
54 line = re.sub("<deny", "<allow", line)
59 "dbus-daemon",
60 "--config-file=%s" % dbus_local_conf,
61 "--print-address",
64 os.environ["DBUS_SESSION_BUS_ADDRESS"] = out[0].decode("utf-8")
87 "-f",
88 "--dbussysconfigfile",
91 help="Dbus sys config file location",
94 "-u",
95 "--unittestandparams",