Merge branch 'master' of git://git.qubes-os.org/joanna/core
This commit is contained in:
commit
3a4c7cb9c4
@ -121,9 +121,8 @@ def add_always_allow(domain, target, exec_index, options):
|
|||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
def policy_editor(domain, target, exec_index):
|
def policy_editor(domain, target, exec_index):
|
||||||
text = "Policy editor not yet implemented. Please add a line in the form \""
|
text = "No policy definition found for " + exec_index + " action. "
|
||||||
text+= domain + " " + target + " action_to_take\""
|
text+= "Please create a policy file in Dom0 in " + "/etc/qubes_rpc/policy/" + exec_index
|
||||||
text+= " to /etc/qubes_rpc/policy/" + exec_index +" file in dom0, then close this info."
|
|
||||||
subprocess.call(["/usr/bin/zenity", "--info", "--text", text])
|
subprocess.call(["/usr/bin/zenity", "--info", "--text", text])
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.11
|
2.1.12
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.11
|
2.1.12
|
||||||
|
Loading…
Reference in New Issue
Block a user