Skip to content
Snippets Groups Projects
  1. Oct 26, 2012
    • 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
  2. Oct 17, 2012
  3. Oct 10, 2012
  4. 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
  5. Sep 05, 2012
  6. Sep 04, 2012
  7. Aug 16, 2012
  8. Jul 30, 2012
  9. 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
  10. Jun 21, 2012
  11. May 18, 2012
  12. Apr 10, 2012
  13. Apr 09, 2012
  14. 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
  15. Mar 06, 2012
  16. Feb 02, 2012
  17. Jan 24, 2012
  18. Jan 18, 2012
  19. Jan 04, 2012
Loading