Add domain to short list of domains, when -t and -d used together

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
Dan Walsh 2013-11-08 08:17:30 -05:00 committed by Stephen Smalley
parent dc866db4dc
commit 261a8a8385

View File

@ -484,6 +484,8 @@ class SELinuxGui():
path = None
if test:
domains = [ "httpd_t", "abrt_t" ]
if app and app not in domains:
domains.append(app)
else:
domains = sepolicy_domains
loading_gui.show()