Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. commit da4208c8808e6a62fcfe848343abd3e2f3b339cc
  2. Author: Stephen Smalley <sds@tycho.nsa.gov>
  3. Date: Mon Jul 7 14:59:06 2014 -0400
  4.  
  5. Do not try to set restorecon_last on /sys entries.
  6.  
  7. There is no benefit to setting restorecon_last on /sys entries
  8. since they are re-created on each boot and doing so triggers
  9. sys_admin denials. Also, apply the same partial matching
  10. optimization to restorecon_recursive on subdirectories of /sys
  11. as we apply on the top-level restorecon_recursive /sys.
  12.  
  13. Change-Id: I90ea143e189db44bf8dc6c93c08d794e80d5539f
  14. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  15.  
  16. commit f58dbddbf5d4f10732501e91427afa421f463be5
  17. Author: Nick Kralevich <nnk@google.com>
  18. Date: Tue Jul 1 11:01:13 2014 -0700
  19.  
  20. Log userspace SELinux denials to the event log.
  21.  
  22. In addition to logging userspace SELinux denials to logcat,
  23. also log it to eventlog using the auditd log tag.
  24.  
  25. Change-Id: I6a269a832bc2f5e5da6c9dbd169ed2f901b49166
  26.  
  27. commit be7f5e8814c4954aca51d3f95455c5d9d527658c
  28. Author: Stephen Smalley <sds@tycho.nsa.gov>
  29. Date: Thu Jun 12 12:21:13 2014 -0400
  30.  
  31. Extend label file backend to support label-by-symlink for ueventd.
  32.  
  33. When ueventd creates a device node, it may also create one or more
  34. symlinks to the device node. These symlinks may be the only stable
  35. name for the device, e.g. if the partition is dynamically assigned.
  36. Extend the label file backend to support looking up the "best match"
  37. for a device node based on its real path (key) and any links to it
  38. (aliases). The order of precedence for best match is:
  39. 1) An exact match for the real path (key), or
  40. 2) An exact match for any of the links (aliases), or
  41. 3) The longest fixed prefix match.
  42.  
  43. Change-Id: Id6c2597eee2b6723a5089dcf7c450f8d0a4128f4
  44. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  45.  
  46. commit bad0ebb47417d17ca807e5f97fcbe649bc4cc05e
  47. Author: Riley Spahn <rileyspahn@google.com>
  48. Date: Wed Jun 11 16:07:53 2014 -0700
  49.  
  50. Add service_context management into libselinux.
  51.  
  52. Add functions to handle opening handles for MAC
  53. on service_manager. Also add selinux_log_callback
  54. into libselinux because identical code was spread
  55. through three different files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement