mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-06 12:53:03 +00:00
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:
parent
dc866db4dc
commit
261a8a8385
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user