Skip to content
Snippets Groups Projects
26.0.ignore.cil 1.37 KiB
Newer Older
  • Learn to ignore specific revisions
  • Josh Gao's avatar
    Josh Gao committed
    ;; new_objects - a collection of types that have been introduced that have no
    ;;   analogue in older policy.  Thus, we do not need to map these types to
    ;;   previous ones.  Add here to pass checkapi tests.
    (typeattribute new_objects)
    
    (typeattributeset new_objects
    
      ( adbd_exec
    
        bootloader_boot_reason_prop
    
        broadcastradio_service
    
        hal_broadcastradio_hwservice
    
        hal_cas_hwservice
    
        hal_tetheroffload_hwservice
    
        hal_wifi_offload_hwservice
    
        kmsg_debug_device
    
        last_boot_reason_prop
    
        mediaprovider_tmpfs
    
        package_native_service
    
        sysfs_fs_ext4_features
    
        system_boot_reason_prop
    
        system_net_netd_hwservice
    
        thermal_service
        thermalcallback_hwservice
        thermalserviced
        thermalserviced_exec
    
        thermalserviced_tmpfs
    
        timezone_service
    
        tombstoned_java_trace_socket
    
        vold_service
        wpantund
        wpantund_exec
        wpantund_service
        wpantund_tmpfs))
    
    Steven Moreland's avatar
    Steven Moreland committed
    
    ;; private_objects - a collection of types that were labeled differently in
    ;;     older policy, but that should not remain accessible to vendor policy.
    ;;     Thus, these types are also not mapped, but recorded for checkapi tests
    (typeattribute priv_objects)
    (typeattributeset priv_objects
    
         ( adbd_tmpfs ))