Skip to content
Snippets Groups Projects
  1. Aug 12, 2015
  2. Feb 06, 2015
    • dcashman's avatar
      Accept command-line input for neverallow-check. · f82f5e01
      dcashman authored
      Also, divide each sepolicy-analyze function into its own component for simplified
      command-line parsing and potentially eventual modularization.
      
      Bug: 18005561
      
      Cherry-pick of commit: ef4fd306
      with commit: 47c14611
      squashed in.
      
      Bug: 19191637
      Change-Id: Id66cad549b7311a6bbd92fd64b6ec2c60d0433a4
      f82f5e01
  3. Feb 05, 2015
  4. Nov 19, 2014
  5. Nov 13, 2014
  6. Oct 31, 2014
    • dcashman's avatar
      Accept command-line input for neverallow-check. · ef4fd306
      dcashman authored
      Also, divide each sepolicy-analyze function into its own component for simplified
      command-line parsing and potentially eventual modularization.
      
      Bug: 18005561
      Change-Id: I45fa07d776cf1bec7d60dba0c03ee05142b86c19
      ef4fd306
  7. Oct 14, 2014
  8. Mar 25, 2014
  9. Nov 19, 2013
    • Stephen Smalley's avatar
      Add support for duplicate allow rule detection (-D / --dups). · bec54f42
      Stephen Smalley authored
      
      Usage:
      sepolicy-analyze -D -P out/target/product/<board>/root/sepolicy
      
      Displays duplicate allow rules, i.e. pairs of allow rules that grant
      the same permissions where one allow rule is written directly in terms
      of individual types and the other is written in terms of attributes
      associated with those same types.  The rule with individual types is
      a candidate for removal.  The rule with individual types may be directly
      represented in the source policy or may be a result of expansion of
      a type negation (e.g. domain -foo -bar is expanded to individual allow
      rules by the policy compiler).  Domains with unconfineddomain will
      typically have such duplicate rules as a natural side effect and can
      be ignored.
      
      Also add a tools/README with a description of all of the tools.
      
      Change-Id: I07838dbd22c5cc8a4a65b57003ccae38129050f5
      Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
      bec54f42
Loading