commit | 305aacbc4b3c2a8a4aa4bcab7011dcb21a8d577c | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Sun Sep 24 19:04:56 2017 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Sep 25 12:59:29 2017 -0400 |
tree | 311621361f303fcb4181c360de2a7242e19b538d | |
parent | 175efbf3ae21962b8306edaff699d2e9dc846772 [diff] |
sepolicy: support non-MLS policy in gui Several "sepolic gui" tabs raise exceptions when using a policy without MLS because some dictionaries describing users and logins lack level and range properties. Use conditions and get() where appropriate in order to make "sepolicy gui" usable again with a non-MLS policy. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>