Skip to content
Snippets Groups Projects
Select Git revision
  • 415f0ba73c645c9b53ba701931d9ba041b967f75
  • master default protected
  • android-7.1.2_r28_klist
  • pie-cts-release
  • pie-vts-release
  • pie-cts-dev
  • oreo-mr1-iot-release
  • sdk-release
  • oreo-m6-s4-release
  • oreo-m4-s12-release
  • pie-release
  • pie-r2-release
  • pie-r2-s1-release
  • oreo-vts-release
  • oreo-cts-release
  • oreo-dev
  • oreo-mr1-dev
  • pie-gsi
  • pie-platform-release
  • pie-dev
  • oreo-cts-dev
  • android-o-mr1-iot-release-1.0.4
  • android-9.0.0_r8
  • android-9.0.0_r7
  • android-9.0.0_r6
  • android-9.0.0_r5
  • android-8.1.0_r46
  • android-8.1.0_r45
  • android-n-iot-release-smart-display-r2
  • android-vts-8.1_r5
  • android-cts-8.1_r8
  • android-cts-8.0_r12
  • android-cts-7.1_r20
  • android-cts-7.0_r24
  • android-o-mr1-iot-release-1.0.3
  • android-cts-9.0_r1
  • android-8.1.0_r43
  • android-8.1.0_r42
  • android-n-iot-release-smart-display
  • android-p-preview-5
  • android-9.0.0_r3
41 results

file_contexts

  • Nick Kralevich's avatar
    415f0ba7
    Label /oem files · 415f0ba7
    Nick Kralevich authored
    Files on the /oem partition are weird. The /oem partition is an ext4
    partition, built in the Android tree using the "oem_image" build target
    added in build/ commit b8888432f0bc0706d5e00e971dde3ac2e986f2af. Since
    it's an ext4 image, it requires SELinux labels to be defined at build
    time. However, the partition is mounted using context=u:object_r:oemfs:s0,
    which ignores the labels on the filesystem.
    
    Assign all the files on the /oem image to be oemfs, which is consistent
    with how they'll be mounted when /oem is mounted.
    
    Other options would be to use an "unlabeled" label, or try to fix the
    build system to not require SELinux labels for /oem images.
    
    (cherrypicked from commit 2025fd14)
    
    Bug: 20816563
    Change-Id: Ibe8d9ff626eace8a2d5d02c3f06290105baa59fe
    415f0ba7
    History
    Label /oem files
    Nick Kralevich authored
    Files on the /oem partition are weird. The /oem partition is an ext4
    partition, built in the Android tree using the "oem_image" build target
    added in build/ commit b8888432f0bc0706d5e00e971dde3ac2e986f2af. Since
    it's an ext4 image, it requires SELinux labels to be defined at build
    time. However, the partition is mounted using context=u:object_r:oemfs:s0,
    which ignores the labels on the filesystem.
    
    Assign all the files on the /oem image to be oemfs, which is consistent
    with how they'll be mounted when /oem is mounted.
    
    Other options would be to use an "unlabeled" label, or try to fix the
    build system to not require SELinux labels for /oem images.
    
    (cherrypicked from commit 2025fd14)
    
    Bug: 20816563
    Change-Id: Ibe8d9ff626eace8a2d5d02c3f06290105baa59fe