Skip to content
Snippets Groups Projects
  1. Oct 16, 2013
  2. Oct 15, 2013
    • William Roberts's avatar
      tools: drop unused field in struct · d1f1070a
      William Roberts authored
      check_seapp at one point in time switch from a home implementation
      of a hash table to using GLIBC search.h routines. A struct in one
      of the fields was never removed during this transition.
      
      Change-Id: I65c028103ffe90fa52e0b3c9fce28124ed9c7ff9
      d1f1070a
  3. Apr 29, 2013
  4. Apr 20, 2013
  5. Mar 20, 2013
    • Stephen Smalley's avatar
      Generalize levelFromUid support. · 38084146
      Stephen Smalley authored
      
      Introduce a levelFrom=none|app|user|all syntax for specifying
      per-app, per-user, or per-combination level assignment.
      levelFromUid=true|false remains valid syntax but is deprecated.
      levelFromUid=true is equivalent to levelFrom=app.
      
      Update check_seapp to accept the new syntax.
      Update seapp_contexts to document the new syntax and switch
      from levelFromUid=true to levelFrom=app.  No change in behavior.
      
      Change-Id: Ibaddeed9bc3e2586d524efc2f1faa5ce65dea470
      Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
      38084146
  6. Nov 27, 2012
  7. Nov 01, 2012
  8. Oct 30, 2012
  9. Oct 23, 2012
  10. Sep 17, 2012
    • William Roberts's avatar
      Fix for segfault/jmp depends on unitialized variable · b3ab56c2
      William Roberts authored
      When realloc creates the first block of memory, it must
      be initialized to NULL for the following strcat functions
      to operate correctly.
      
      Change-Id: I98fc14e1b19de5aa205354d16e54445293430d8e
      b3ab56c2
    • William Roberts's avatar
      Fix check_seapp segfault and undefined linking err · a53ccf39
      William Roberts authored
      When LINK_SEPOL_STATIC was not defined, symbol
      log_warning was trying to be resolved by the linker.
      That symbol was not defined as it should have been
      log_warn and not log_warning.
      
      When a key would be validated in key_map_validate(), an
      unchecked key, like user, could cuase a segfault when
      the se_key was getting free'd no matter what at the end
      of the function, even if no se_key was alloc'd.
      
      Change-Id: If334ba7350e6d2ad1fa9bed142bb2fabe7caa057
      a53ccf39
  11. Sep 05, 2012
  12. Sep 04, 2012
Loading