Skip to content
Snippets Groups Projects
  1. Mar 08, 2018
    • Jiyong Park's avatar
      /odm is another vendor partition other than /vendor · e64edff1
      Jiyong Park authored
      Sub directories under /odm (or /vendor/odm when there isn't an odm
      partition) are labeled so that artifacts under the sub directories are
      treated the same as their counterpart in the vendor partition.
      
      For example, /odm/app/* is labeled as vendor_app_file just like
      /vendor/app/*.
      
      Bug: 71366495
      Test: m -j
      
      Merged-In: I72a14fd55672cd2867edd88ced9828ea49726694
      Change-Id: I72a14fd55672cd2867edd88ced9828ea49726694
      (cherry picked from commit 2f101551)
      e64edff1
  2. Mar 07, 2018
    • Chenbo Feng's avatar
      Fix sepolicy for bpf object · 6cd70c2f
      Chenbo Feng authored
      With the new patches backported to 4.9 kernels, the bpf file system now
      take the same file open flag as bpf_obj_get. So system server now need
      read permission only for both bpf map and fs_bpf since we do not need
      system server to edit the map. Also, the netd will always pass stdin
      stdout fd to the process forked by it and do allow it will cause the
      fork and execev fail. We just allow it pass the fd to bpfloader for now
      until we have a better option.
      
      Test: bpfloader start successful on devices with 4.9 kernel.
            run cts -m CtsNetTestCases -t android.net.cts.TrafficStatsTest
      Bug: 74096311
      Bug: 30950746
      
      Change-Id: I747a51cb05ae495c155e7625a3021fc77f921e0d
      6cd70c2f
  3. Mar 02, 2018
  4. Mar 01, 2018
  5. Feb 28, 2018
Loading