commit | 56d9d20a647a52146494f0aef4494cafe328dc5d | [log] [tgz] |
---|---|---|
author | Dan Walsh <[email protected]> | Wed Oct 09 16:47:24 2013 -0400 |
committer | Stephen Smalley <[email protected]> | Thu Oct 24 13:58:38 2013 -0400 |
tree | ada7b1830f7c55a3798c2e20a5e4e1bc1fa36b67 | |
parent | b14294c01f2848adcb3daaf6dfc74c671cb514e3 [diff] |
Pull auditing into libsemanage. In the past we wrote audit into the semanage tool chain. But if a tool like useradd called dirreclty into libsemanage we did not get auditing. Now useradd calls directly, so we need this patch. Another fix in this patch is to default the login mappings MLS to the selected SELinux User. If a caller just specified the name staff_u, then the code will look up the range of staff_u and apply it to the mapping.