commit | 6201bb5e258e2b5bcc04d502d6fbc05c69d21d71 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 14 10:37:17 2016 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 14 12:43:32 2016 -0500 |
tree | 7973a7e6c9c9bffa04c9a47314a9d74a3a01f174 | |
parent | 30ef8d0993750519c438f56bf9467b28dc741ea8 [diff] |
libsepol: fix checkpolicy dontaudit compiler bug The combining logic for dontaudit rules was wrong, causing a dontaudit A B:C *; rule to be clobbered by a dontaudit A B:C p; rule. Reported-by: Nick Kralevich <nnk@google.com> Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>