commit | 5e46bb8647877acf8c7ff8253921c90ee50f3cdc | [log] [tgz] |
---|---|---|
author | Dan Walsh <[email protected]> | Mon Dec 12 15:03:21 2011 -0500 |
committer | Eric Paris <[email protected]> | Wed Dec 21 12:25:28 2011 -0500 |
tree | a03926d8bd729e60aafee728261c9a2072a74d48 | |
parent | b39e8cab3c8d635a0fd0c3f67e6ecd0b0aff71f9 [diff] |
libsemanage: Fallback_user_level can be NULL if you are not using MLS If you build a distribution without MLS turned on, libsemanage will crash if given a user without a level. This patch allows users without levels to be passed in. Signed-off-by: Eric Paris <[email protected]> Acked-by: Dan Walsh <[email protected]>