Skip to content
Snippets Groups Projects
  1. Apr 05, 2013
  2. Mar 29, 2013
  3. Mar 27, 2013
  4. Mar 26, 2013
  5. Mar 21, 2013
  6. Mar 19, 2013
  7. Dec 08, 2012
  8. Dec 05, 2012
  9. Nov 01, 2012
  10. Oct 26, 2012
    • rpcraig's avatar
      Add better per-device sepolicy support. · 47cd396b
      rpcraig authored
      
      This is a rewrite of the existing implementation.
      Three new variables are now needed to add/modify
      the exisitng base policy. They are, BOARD_SEPOLICY_REPLACE
      and BOARD_SEPOLICY_UNION which govern what files
      are replaced and concatenated, and BOARD_SEPOLICY_DIRS
      which lists the various directories that will contain
      the BOARD_SEPOLICY_REPLACE and BOARD_SEPOLICY_UNION
      policy files.
      
      Change-Id: Id33381268cef03245c56bc5242fec7da9b6c6493
      Signed-off-by: default avatarrpcraig <robertpcraig@gmail.com>
      47cd396b
    • Ying Wang's avatar
      Use file target as dependency. · d8b122c7
      Ying Wang authored
      "sepolicy" is a phony target defined by the build system.
      If you use it as dependency of a file target, you'll get unnecessary
      rebuild.
      
      Change-Id: I3a948ebbaff6a146050eb86a3d04cdc050f7c001
      d8b122c7
  11. Oct 17, 2012
  12. Oct 10, 2012
  13. Sep 18, 2012
    • Stephen Smalley's avatar
      Drop the use of a policy version suffix on the sepolicy file. · 66a3e8d9
      Stephen Smalley authored
      
      The policy version suffix support was carried over from conventional
      Linux distributions, where we needed to support simultaneous installation
      of multiple kernels and policies.  This isn't required for Android, so
      get rid of it and thereby simplify the policy pathname.
      
      We still default to generating a specific policy version (the highest
      one supported by the emulator kernel), but this can be overridden
      by setting POLICYVERS on the make command-line or in the environment.
      
      Requires a corresponding change to libselinux.
      
      Change-Id: I40c88e13e8063ea37c2b9ab5b3ff8b0aa595402a
      Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
      66a3e8d9
  14. Sep 05, 2012
  15. Sep 04, 2012
  16. Aug 16, 2012
  17. Jul 30, 2012
  18. Jul 18, 2012
  19. Jul 12, 2012
    • William Roberts's avatar
      Support for ocontexts per device. · dc107236
      William Roberts authored
      ocontexts was split up into 4 files:
      1.fs_use
      2.genfs_contexts
      3.initial_sid_contexts
      4.port_contexts
      
      Each file has their respective declerations in them.
      Devices, in their respective device directory, can now specify sepolicy.fs_use, sepolicy.genfs_contexts, sepolicy.port_contexts, and sepolicy.initial_sid_contexts. These declerations will be added right behind their respective sepolicy counterparts in the concatenated configuration file.
      dc107236
  20. Jun 21, 2012
  21. May 18, 2012
  22. Apr 10, 2012
  23. Apr 09, 2012
  24. Apr 04, 2012
    • Stephen Smalley's avatar
      Add policy for property service. · 124720a6
      Stephen Smalley authored
      New property_contexts file for property selabel backend.
      New property.te file with property type declarations.
      New property_service security class and set permission.
      Allow rules for setting properties.
      124720a6
  25. Mar 06, 2012
  26. Feb 02, 2012
  27. Jan 24, 2012
  28. Jan 18, 2012
Loading