commit | c7d749efe2fa6f1e765b0bc215476d533f1b4d7b | [log] [tgz] |
---|---|---|
author | Dan Walsh <dwalsh@redhat.com> | Fri Mar 16 11:05:17 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Mar 28 14:52:13 2012 -0400 |
tree | acb068ca265f0ad0e3cd29cebda3affa0e2d504d | |
parent | e5a81c715fa31147d5ef79cf1c116ce68744b02a [diff] |
libselinux: take security_deny_unknown into account selinux_check_access() should not error on bad class or perms if the security_deny_unkown() function return false. If policy tells us to allow unknown classes and perms we should respect that. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>