Home
last modified time | relevance | path

Searched refs:dumpstate (Results 1 – 25 of 73) sorted by relevance

123

/device/google/bonito-sepolicy/vendor/qcom/common/
Ddumpstate.te2 allow dumpstate proc_modules:file r_file_perms;
3 allow dumpstate proc_stat:file r_file_perms;
4 allow dumpstate persist_file:dir r_dir_perms;
5 allow dumpstate sysfs_leds:dir search;
6 allow dumpstate system_block_device:blk_file r_file_perms;
8 dontaudit dumpstate self:netlink_xfrm_socket create_socket_perms_no_ioctl;
10 binder_call(dumpstate, per_mgr)
14 allow dumpstate sysfs_mmc:file r_file_perms;
15 allow dumpstate debugfs_mmc:dir search;
16 allow dumpstate vendor_firmware_file:dir getattr;
[all …]
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Ddumpstate.te2 allow dumpstate debugfs_dma_bufinfo:file r_file_perms;
3 allow dumpstate proc_modules:file r_file_perms;
4 allow dumpstate proc_stat:file r_file_perms;
5 allow dumpstate persist_file:dir r_dir_perms;
6 allow dumpstate sysfs_leds:dir search;
7 allow dumpstate system_block_device:blk_file r_file_perms;
9 dontaudit dumpstate self:netlink_xfrm_socket create_socket_perms_no_ioctl;
11 binder_call(dumpstate, per_mgr)
15 allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
16 allow dumpstate sysfs_scsi_devices_other:file r_file_perms;
[all …]
/device/google/wahoo/sepolicy/vendor/
Ddumpstate.te2 allow dumpstate proc_modules:file r_file_perms;
3 allow dumpstate proc_stat:file r_file_perms;
4 allow dumpstate persist_file:dir r_dir_perms;
5 allow dumpstate sysfs_leds:dir search;
6 allow dumpstate system_block_device:blk_file r_file_perms;
8 dontaudit dumpstate self:netlink_xfrm_socket create_socket_perms_no_ioctl;
10 binder_call(dumpstate, per_mgr)
14 allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
15 allow dumpstate sysfs_scsi_devices_other:file r_file_perms;
16 dontaudit dumpstate persist_file:dir r_dir_perms;
[all …]
/device/generic/goldfish/sepolicy/common/
Ddumpstate.te1 allow dumpstate sysfs_virtio_block:file r_file_perms;
2 allow dumpstate debugfs:dir { open read };
3 allow dumpstate mnt_media_rw_file:dir { getattr open read };
4 #allow dumpstate varrun_file:dir { search getattr open read };
6 dontaudit dumpstate kernel:system module_request;
8 dontaudit dumpstate device:file { open write };
9 allow dumpstate nsfs:file getattr;
10 dontaudit dumpstate varrun_file:dir search;
11 allow dumpstate vold:binder call;
12 dontaudit dumpstate apexd:binder call;
Dhwservicemanager.te1 allow hwservicemanager dumpstate:fd use;
2 allow hwservicemanager dumpstate:fifo_file write;
Dhal_graphics_allocator_default.te3 allow hal_graphics_allocator_default dumpstate:fd use;
4 allow hal_graphics_allocator_default dumpstate:fifo_file write;
/device/linaro/poplar/sepolicy/
Ddumpstate.te1 # dumpstate
3 allow dumpstate kernel:system { module_request };
4 allow dumpstate proc_slabinfo:file rw_file_perms;
5 allow dumpstate incidentd:binder { call };
6 allow dumpstate vold:binder { call };
7 allow dumpstate sysfs:file { getattr };
Dvold.te1 allow vold dumpstate:fd { use };
2 allow vold dumpstate:fifo_file { write open read };
/device/google/marlin/sepolicy/
Ddumpstate.te2 #allow dumpstate smlog_dump_file:dir create_dir_perms;
3 #allow dumpstate smlog_dump_file:file create_file_perms;
7 allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
8 allow dumpstate sysfs_scsi_devices_other:file r_file_perms;
9 allow dumpstate persist_file:dir getattr;
10 dontaudit dumpstate kernel:system module_request;
/device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
Dservice.cpp23 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
24 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
29 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main() local
32 if (dumpstate->registerAsService() != OK) { in main()
Dandroid.hardware.dumpstate@1.0-service.cuttlefish.rc1 service dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.cuttlefish
Ddumpstate_device.cpp21 using android::os::dumpstate::DumpFileToFd;
25 namespace dumpstate { namespace
/device/google/marlin/dumpstate/
Dservice.cpp24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main() local
33 if (dumpstate->registerAsService() != OK) { in main()
Dandroid.hardware.dumpstate@1.0-service.marlin.rc1 service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.marlin
5 interface android.hardware.dumpstate@1.0::IDumpstateDevice default
DAndroid.mk19 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.marlin
20 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.marlin.rc
28 android.hardware.dumpstate@1.0 \
DDumpstateDevice.cpp37 using android::os::dumpstate::CommandOptions;
38 using android::os::dumpstate::DumpFileToFd;
39 using android::os::dumpstate::PropertiesHelper;
40 using android::os::dumpstate::RunCommandToFd;
44 namespace dumpstate { namespace
/device/google/crosshatch/dumpstate/
Dservice.cpp24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main() local
34 android::status_t status = dumpstate->registerAsService(); in main()
Dandroid.hardware.dumpstate@1.0-service.crosshatch.rc1 service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.crosshatch
5 interface android.hardware.dumpstate@1.0::IDumpstateDevice default
DAndroid.mk19 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.crosshatch
20 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.crosshatch.rc
28 android.hardware.dumpstate@1.0 \
/device/google/wahoo/dumpstate/
Dservice.cpp24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main() local
34 android::status_t status = dumpstate->registerAsService(); in main()
Dandroid.hardware.dumpstate@1.0-service.wahoo.rc1 service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.wahoo
5 interface android.hardware.dumpstate@1.0::IDumpstateDevice default
DAndroid.mk19 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.wahoo
20 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.wahoo.rc
28 android.hardware.dumpstate@1.0 \
/device/google/bonito/dumpstate/
Dservice.cpp24 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
25 using ::android::hardware::dumpstate::V1_0::implementation::DumpstateDevice;
31 sp<IDumpstateDevice> dumpstate = new DumpstateDevice; in main() local
34 android::status_t status = dumpstate->registerAsService(); in main()
Dandroid.hardware.dumpstate@1.0-service.bonito.rc1 service vendor.dumpstate-1-0 /vendor/bin/hw/android.hardware.dumpstate@1.0-service.bonito
5 interface android.hardware.dumpstate@1.0::IDumpstateDevice default
DAndroid.mk19 LOCAL_MODULE := android.hardware.dumpstate@1.0-service.bonito
20 LOCAL_INIT_RC := android.hardware.dumpstate@1.0-service.bonito.rc
28 android.hardware.dumpstate@1.0 \

123