Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 1873) sorted by relevance

12345678910>>...75

/ohos5.0/base/security/selinux_adapter/sepolicy/base/public/
H A Dservice_contexts15 0 u:object_r:sa_samgr_service:s0
16 10 u:object_r:sa_render_service:s0
23 200 u:object_r:sa_accountmgr:s0
27 401 u:object_r:sa_foundation_bms:s0
49 1114 u:object_r:sa_ipc_msg_sev:s0
52 1117 u:object_r:sa_ipc_msg_server:s0
60 1126 u:object_r:sa_dhcp_client:s0
61 1127 u:object_r:sa_dhcp_server:s0
75 1170 u:object_r:sa_dnet_service:s0
78 1201 u:object_r:sa_hiview_service:s0
[all …]
H A Dparameter_contexts14 ohos.servicectrl. u:object_r:servicectrl_param:s0
16 ohos.boot. u:object_r:ohos_boot_param:s0
17 bootevent. u:object_r:bootevent_param:s0
20 const.build. u:object_r:devinfo_public_param:s0
21 const.SystemCapability. u:object_r:devinfo_public_param:s0
22 const.product. u:object_r:devinfo_public_param:s0
23 const.ohos. u:object_r:devinfo_public_param:s0
24 bootevent.boot.completed u:object_r:devinfo_public_param:s0
26 startup.service.ctl. u:object_r:startup_init_param:s0
27 const.debuggable u:object_r:startup_init_param:s0
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n… constant
/ohos5.0/base/security/selinux_adapter/sepolicy/base/system/
H A Dfile_contexts16 / u:object_r:rootfs:s0
19 /bin u:object_r:rootfs:s0
20 /chip_prod u:object_r:rootfs:s0
21 /init u:object_r:rootfs:s0
22 /chipset u:object_r:rootfs:s0
23 /mnt u:object_r:rootfs:s0
24 /proc u:object_r:rootfs:s0
25 /storage u:object_r:rootfs:s0
26 /sys_prod u:object_r:rootfs:s0
27 /cust u:object_r:rootfs:s0
[all …]
H A Dvirtfs_contexts16 genfscon rootfs / u:object_r:rootfs:s0
18 genfscon proc / u:object_r:proc_file:s0
19 genfscon proc /net u:object_r:proc_net:s0
67 genfscon sysfs / u:object_r:sys_file:s0
102 genfscon debugfs / u:object_r:debugfs:s0
112 genfscon tracefs / u:object_r:tracefs:s0
117 genfscon cgroup / u:object_r:cgroup:s0
120 genfscon pstore / u:object_r:pstorefs:s0
122 genfscon hmdfs / u:object_r:hmdfs:s0
123 genfscon epfs / u:object_r:epfs:s0
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_source.c294 u->delayTime += (costTime - u->block_usec); in PaRtpollSetTimerFunc()
297 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp + u->block_usec + u->delayTime); in PaRtpollSetTimerFunc()
351 ret = u->sourceAdapter->CapturerSourceInit(u->sourceAdapter->wapper, &u->attrs); in PaHdiCapturerInit()
422 u->source->userdata = u; in PaSetSourceProperties()
424 pa_source_set_asyncmsgq(u->source, u->thread_mq.inq); in PaSetSourceProperties()
425 pa_source_set_rtpoll(u->source, u->rtpoll); in PaSetSourceProperties()
427 u->block_usec = pa_bytes_to_usec(u->buffer_size, &u->source->sample_spec); in PaSetSourceProperties()
429 u->source->thread_info.max_rewind = pa_usec_to_bytes(u->block_usec, &u->source->sample_spec); in PaSetSourceProperties()
490 u->attrs.bufferSize = u->buffer_size; in InitUserdataAttrs()
507 …"sampleRate: %{public}d", u->attrs.format, u->attrs.isBigEndian, u->attrs.channel, u->attrs.sample… in InitUserdataAttrs()
[all …]
H A Dhdi_sink.c2520u->offload.pos > u->offload.hdiPos + offloadFade ? u->offload.pos - u->offload.hdiPos - offloadFad… in OffloadRewindAndFlush()
2641 u->ss.rate, u->ss.channels); in StartOffloadHdi()
2711 u->ss.rate, u->ss.channels, (int)pa_sample_size_of_format(u->format)); in PaInputStateChangeCbPrimary()
3865 u->format = u->ss.format; in PaHdiSinkUserdataInit()
3871 u->bufferAttr->numChanIn = u->ss.channels; in PaHdiSinkUserdataInit()
3872 u->bufferAttr->numChanOut = u->ss.channels; in PaHdiSinkUserdataInit()
3893 u->ss.rate, u->ss.channels); in PaHdiSinkInit()
4077 u->sink = PaHdiSinkInit(u, ma, driver); in PaHdiSinkNewInitUserDataAndSink()
4088 u->sink->userdata = u; in PaHdiSinkNewInitUserDataAndSink()
4091 pa_sink_set_rtpoll(u->sink, u->rtpoll); in PaHdiSinkNewInitUserDataAndSink()
[all …]
H A Dmodule_split_stream_sink.c277 pa_assert(u); in SinkSetFormatsCb()
339 if (u->sinkAdapter->RendererSinkStart(u->sinkAdapter)) { in StartSplitStreamHdiIfRunning()
341 u->sinkAdapter->RendererSinkDeInit(u->sinkAdapter); in StartSplitStreamHdiIfRunning()
740 u->timestamp += pa_bytes_to_usec(u->sink->thread_info.max_request, &u->sink->sample_spec); in ProcessRender()
959 u->sink->userdata = u; in CreateSink()
983 u->sinkAdapter->RendererSinkDeInit(u->sinkAdapter); in InitRemoteSink()
994 pa_sink_set_asyncmsgq(u->sink, u->thread_mq.inq); in PaHdiSinkNewInit()
995 pa_sink_set_rtpoll(u->sink, u->rtpoll); in PaHdiSinkNewInit()
1003 u->block_usec = pa_bytes_to_usec(u->buffer_size, &u->sink->sample_spec); in PaHdiSinkNewInit()
1007 pa_sink_set_max_request(u->sink, u->buffer_size); in PaHdiSinkNewInit()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/
H A Dmodule_inner_capturer_sink.c155 pa_assert(u); in SinkSetFormatsCb()
167 pa_assert(u); in SinkGetFormatsCb()
178 pa_assert(u); in ProcessRewind()
273 while (u->timestamp < now + u->block_usec) { in ProcessRender()
343 pa_asyncmsgq_post(u->thread_mq.outq, PA_MSGOBJECT(u->core), in ThreadFunc()
413 u->sink->userdata = u; in CreateSink()
443 pa_sink_set_asyncmsgq(u->sink, u->thread_mq.inq); in pa__init()
444 pa_sink_set_rtpoll(u->sink, u->rtpoll); in pa__init()
452 u->block_usec = pa_bytes_to_usec(u->buffer_size, &u->sink->sample_spec); in pa__init()
457 pa_sink_set_max_request(u->sink, u->buffer_size); in pa__init()
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/drivers/adapter/public/
H A Dhdf_service_contexts14 hdf_device_manager u:object_r:hdf_device_manager:s0
24 input_service u:object_r:hdf_input_service:s0
27 codec_hdi_service u:object_r:hdf_codec_hdi_service:s0
32 usbd u:object_r:hdf_usbd:s0
33 usb_pnp_manager u:object_r:hdf_usb_pnp_manager:s0
34 usbfn u:object_r:hdf_usbfn:s0
35 usbfn_cdcecm u:object_r:hdf_usbfn_cdcecm:s0
36 usbfn_cdcacm u:object_r:hdf_usbfn_cdcacm:s0
44 camera_service u:object_r:hdf_camera_service:s0
47 drm_service u:object_r:hdf_drm_service:s0
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js154 u.writeString(p1.id);
157 u.writeInt(p1.user);
162 u.writeInt(r1.length);
164 u.writeString(s1);
174 u.writeInt(u1.version);
199 u.writeInt(r1.length);
201 u.writeString(s1);
819 u.writeInt(i3.code);
835 u.writeInt(i3.code);
862 u.writeInt(-1);
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/drivers/adapter/vendor/
H A Dsample_host.te15 …id=1992 comm="hdf_devhost" name="u:object_r:security_param:s0" dev="tmpfs" ino=64 scontext=u:r:sam…
17 …pid=1992 comm="hdf_devhost" name="u:object_r:hilog_param:s0" dev="tmpfs" ino=65 scontext=u:r:sampl…
20 …id=1992 comm="hdf_devhost" name="u:object_r:persist_param:s0" dev="tmpfs" ino=66 scontext=u:r:samp…
25 … pid=2106 comm="hdf_devhost" name="u:object_r:ohos_param:s0" dev="tmpfs" ino=46 scontext=u:r:sampl…
28 …d=2106 comm="hdf_devhost" name="u:object_r:ohos_boot_param:s0" dev="tmpfs" ino=47 scontext=u:r:sam…
31 … pid=2010 comm="hdf_devhost" name="u:object_r:net_param:s0" dev="tmpfs" ino=50 scontext=u:r:sample…
32 … pid=2010 comm="hdf_devhost" name="u:object_r:sys_param:s0" dev="tmpfs" ino=48 scontext=u:r:sample…
35 …id=2119 comm="hdf_devhost" name="u:object_r:sys_usb_param:s0" dev="tmpfs" ino=49 scontext=u:r:samp…
47 …pid=2221 comm="hdf_devhost" name="u:object_r:const_param:s0" dev="tmpfs" ino=57 scontext=u:r:sampl…
55 …pid=2056 comm="hdf_devhost" name="u:object_r:hw_sc_param:s0" dev="tmpfs" ino=52 scontext=u:r:sampl…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/distributedhardware/device_manager/system/
H A Ddevice_manager.te21 …or pid=594 comm="sa_main" name="u:object_r:ohos_param:s0" dev="tmpfs" ino=27 scontext=u:r:device_…
22 …_main" path="/dev/__parameters__/u:object_r:ohos_param:s0" dev="tmpfs" ino=27 scontext=u:r:device_…
30 …=479 comm="device_manager" name="u:object_r:hilog_param:s0" dev="tmpfs" ino=46 scontext=u:r:device…
38 …r pid=675 comm="sa_main" name="u:object_r:persist_param:s0" dev="tmpfs" ino=47 scontext=u:r:devic…
78 …for pid=525 comm="sa_main" name="u:object_r:sys_param:s0" dev="tmpfs" ino=29 scontext=u:r:device_…
83 …r pid=525 comm="sa_main" name="u:object_r:sys_usb_param:s0" dev="tmpfs" ino=30 scontext=u:r:devic…
88 …for pid=525 comm="sa_main" name="u:object_r:net_param:s0" dev="tmpfs" ino=31 scontext=u:r:device_…
98 …or pid=525 comm="sa_main" name="u:object_r:hw_sc_param:s0" dev="tmpfs" ino=33 scontext=u:r:device…
113 …or pid=525 comm="sa_main" name="u:object_r:init_param:s0" dev="tmpfs" ino=36 scontext=u:r:device_…
123 …or pid=525 comm="sa_main" name="u:object_r:const_param:s0" dev="tmpfs" ino=38 scontext=u:r:device…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/powermgr/power_manager/public/
H A Dpowermgr.te14 # avc: denied { map } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:object_r:arkcompiler_param…
15 # avc: denied { open } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:object_r:arkcompiler_para…
19 # avc: denied { map } pid=1216 scontext=u:r:powermgr:s0 tcontext=u:object_r:bootevent_param:s0 tc…
20 # avc: denied { open } pid=1216 scontext=u:r:powermgr:s0 tcontext=u:object_r:bootevent_param:s0 t…
21 # avc: denied { read } pid=1216 scontext=u:r:powermgr:s0 tcontext=u:object_r:bootevent_param:s0 t…
40 # avc: denied { search } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:r:chip_prod_file:s0 tc…
43 # avc: denied { create } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:r:configfs:s0 tclass=d…
44 # avc: denied { read } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:r:configfs:s0 tclass=dir…
47 # avc: denied { search } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:r:configfs:s0 tclass=f…
473 # avc: denied { call } for pid=1216 scontext=u:r:powermgr:s0 tcontext=u:r:hdcd:s0 tclass=binder …
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/distributedhardware/distributed_hardware_fwk/system/
H A Ddhardware.te17 #avc: denied { get } for service=4607 pid=1966 scontext=u:r:dhardware:s0 tcontext=u:object_r:sa_f…
50 #avc: denied { call } for pid=2315 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:dcame…
53 #avc: denied { transfer } for pid=2315 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:d…
59 #avc: denied { use } for pid=535 comm="THREAD_POOL" scontext=u:r:dhardware:s0 tcontext=u:r:softb…
70 #avc: denied { call } for pid=2329 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:camer…
82 #avc: denied { call } for pid=2225 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:found…
83 #avc: denied { transfer } for pid=2225 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:f…
86 #avc: denied { call } for pid=2154 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:media…
90 …pid=2507 comm="sa_main" name="u:object_r:distributedsche_param:s0" dev="tmpfs" ino=57 scontext=u:r…
128 …#avc: denied { call } for pid=2003 comm="dhardware" scontext=u:r:dhardware:s0 tcontext=u:r:sh:s…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/powermgr/battery_manager/system/
H A Dcharger.te34 … } for pid=307 comm="charger" name="u:object_r:ohos_param:s0" dev="tmpfs" ino=30 scontext=u:r:cha…
35 … } for pid=300 comm="charger" name="u:object_r:ohos_param:s0" dev="tmpfs" ino=30 scontext=u:r:cha…
36 … } for pid=312 comm="charger" name="u:object_r:ohos_param:s0" dev="tmpfs" ino=30 scontext=u:r:cha…
39 …for pid=219 comm="charger" name="u:object_r:ohos_boot_param:s0" dev="tmpfs" ino=28 scontext=u:r:c…
40 …for pid=223 comm="charger" name="u:object_r:ohos_boot_param:s0" dev="tmpfs" ino=28 scontext=u:r:c…
41 …for pid=225 comm="charger" name="u:object_r:ohos_boot_param:s0" dev="tmpfs" ino=28 scontext=u:r:c…
44 …comm="charger" path="/dev/parameters/u:object_r:sys_param:s0" dev="tmpfs" ino=48 scontext=u:r:char…
45 …comm="charger" path="/dev/parameters/u:object_r:sys_param:s0" dev="tmpfs" ino=48 scontext=u:r:char…
48 … } for pid=281 comm="charger" name="u:object_r:net_param:s0" dev="tmpfs" ino=50 scontext=u:r:char…
53 … for pid=256 comm="charger" name="u:object_r:net_tcp_param:s0" dev="tmpfs" ino=51 scontext=u:r:ch…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/distributedhardware/distributed_screen/system/
H A Ddscreen.te23 #avc: denied { call } for pid=2025 comm="dscreen" scontext=u:r:dscreen:s0 tcontext=u:r:softbus_s…
26 #avc: denied { call } for pid=686 comm="THREAD_POOL" scontext=u:r:softbus_server:s0 tcontext=u:r…
41 #avc: denied { call } for pid=2117 comm="dscreen" scontext=u:r:dscreen:s0 tcontext=u:r:foundatio…
42 #avc: denied { transfer } for pid=1925 comm="dscreen" scontext=u:r:dscreen:s0 tcontext=u:r:found…
62 #avc: denied { call } for pid=1925 comm="dscreen" scontext=u:r:dscreen:s0 tcontext=u:r:media_ser…
145 …#avc: denied { call } for pid=2552 comm="dscreen" scontext=u:r:dscreen:s0 tcontext=u:r:sh:s0 tc…
151 #avc: denied { use } for scontext=u:r:dscreen:s0 tcontext=u:r:render_service:s0 tclass=fd permi…
154 #avc: denied { read write } for scontext=u:r:dscreen:s0 tcontext=u:r:render_service:s0 tclass=u…
160 #avc: denied { read } for pid=2824 scontext=u:r:dscreen:s0 tcontext=u:object_r:accessibility_par…
165 #avc: denied { read } for pid=2021 scontext=u:r:dscreen:s0 tcontext=u:object_r:ohos_dev_param:s…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/msdp/devicestatus/system/
H A Dmsdp_sa.te14 #avc: denied { getopt } for pid=563 comm="msdp" scontext=u:r:msdp_sa:s0 tcontext=u:r:msdp_sa:s0 …
15 #avc: denied { setopt } for pid=563 comm="msdp" scontext=u:r:msdp_sa:s0 tcontext=u:r:msdp_sa:s0 …
21 #avc: denied { call } for pid=543 comm="msdp" scontext=u:r:msdp_sa:s0 tcontext=u:r:sh:s0 tclass=…
26 #avc: denied { call } for pid=571 comm="msdp" scontext=u:r:msdp_sa:s0 tcontext=u:r:accesstoken_s…
35 #avc: denied { call } for pid=435 comm="msdp" scontext=u:r:msdp_sa:s0 tcontext=u:r:normal_hap:s0…
41 #avc: denied { call } for pid=429 comm="msdp" scontext=u:r:msdp_sa:s0 tcontext=u:r:system_core_h…
72 …IPC_1_549" path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=56 scontext=u:r:msd…
73 …IPC_1_490" path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=56 scontext=u:r:msd…
74 … for pid=477 comm="IPC_1_657" name="u:object_r:musl_param:s0" dev="tmpfs" ino=56 scontext=u:r:msd…
77 #avc: denied { transfer } for pid=477 comm="IPC_1_657" scontext=u:r:msdp_sa:s0 tcontext=u:r:sens…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/ai/intelligent_voice_framework/system/
H A Dintell_voice_service.te41 …pid=587 comm="SaInit1" name="u:object_r:hilog_param:s0" dev="tmpfs" ino=133 scontext=u:r:intell_vo…
42 …0" path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=133 scontext=u:r:intell_vo…
43 …8" path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=133 scontext=u:r:intell_vo…
56 …d" path="/dev/__parameters__/u:object_r:debug_param:s0" dev="tmpfs" ino=140 scontext=u:r:intell_vo…
57 …d" path="/dev/__parameters__/u:object_r:debug_param:s0" dev="tmpfs" ino=140 scontext=u:r:intell_vo…
58 …=622 comm="SaOndemand" name="u:object_r:debug_param:s0" dev="tmpfs" ino=140 scontext=u:r:intell_vo…
74 …2 comm="SaOndemand" name="u:object_r:persist_sys_param:s0" dev="tmpfs" ino=139 scontext=u:r:intell…
203 …=599 comm="IPC_0_630" name="u:object_r:persist_param:s0" dev="tmpfs" ino=138 scontext=u:r:intell_v…
215 …7 comm="SaOndemand" name="u:object_r:arkcompiler_param:s0" dev="tmpfs" ino=157 scontext=u:r:intell…
216 …7 comm="SaOndemand" name="u:object_r:arkcompiler_param:s0" dev="tmpfs" ino=157 scontext=u:r:intell…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/security/security_component/system/
H A Dsecurity_component_service.te17 …path="/dev/__parameters__/u:object_r:debug_param:s0" dev="tmpfs" ino=106 scontext=u:r:security_com…
18 …path="/dev/__parameters__/u:object_r:debug_param:s0" dev="tmpfs" ino=106 scontext=u:r:security_com…
19 …m="security_compon" name="u:object_r:debug_param:s0" dev="tmpfs" ino=106 scontext=u:r:security_com…
29 …path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=102 scontext=u:r:security_com…
30 …path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=102 scontext=u:r:security_com…
31 …3239 comm="sa_main" name="u:object_r:hilog_param:s0" dev="tmpfs" ino=102 scontext=u:r:security_com…
34 … path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=108 scontext=u:r:security_com…
35 … path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=108 scontext=u:r:security_com…
36 …=3239 comm="sa_main" name="u:object_r:musl_param:s0" dev="tmpfs" ino=108 scontext=u:r:security_com…
129 …security_compon" name="u:object_r:persist_sys_param:s0" dev="tmpfs" ino=136 scontext=u:r:security_…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/update/updater/system/
H A Dupdater.te16 … } for pid=240 comm="updater" name="u:object_r:hilog_param:s0" dev="tmpfs" ino=34 scontext=u:r:upd…
17 …"updater" path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=34 scontext=u:r:upd…
18 …"updater" path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=34 scontext=u:r:upd…
143 …d } for pid=227 comm="updater" name="u:object_r:musl_param:s0" dev="tmpfs" ino=40 scontext=u:r:upd…
144 …="updater" path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=40 scontext=u:r:upd…
145 …="updater" path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=40 scontext=u:r:upd…
222 …d=269 comm="updater_binary" name="u:object_r:ohos_boot_param:s0" dev="tmpfs" ino=18 scontext=u:r:u…
333 # avc: denied { signal } for pid=231 comm="updater" scontext=u:r:updater:s0 tcontext=u:r:sh:s0 t…
334 # avc: denied { sigkill } for pid=241 comm="updater" scontext=u:r:updater:s0 tcontext=u:r:sh:s0 tcl…
346 …} for pid=233 comm="updater" name="u:object_r:debug_param:s0" dev="tmpfs" ino=38 scontext=u:r:upd…
[all …]
H A Dupdater_binary.te16 …inary" path="/dev/__parameters__/u:object_r:persist_param:s0" dev="" ino=179 scontext=u:r:updater…
73 …79 comm="updater_binary" name="u:object_r:ohos_boot_param:s0" dev="tmpfs" ino=18 scontext=u:r:upda…
127 …0 comm="updater_binary" name="u:object_r:hook_param:s0" dev="tmpfs" ino=35 scontext=u:object_r:upd…
131 …=279 comm="updater_binary" name="u:object_r:musl_param:s0" dev="tmpfs" ino=40 scontext=u:r:updater…
132 …inary" path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=40 scontext=u:r:updater…
133 …inary" path="/dev/__parameters__/u:object_r:musl_param:s0" dev="tmpfs" ino=40 scontext=u:r:updater…
139 …3 comm="updater_binary" name="u:object_r:time_param:s0" dev="tmpfs" ino=51 scontext=u:object_r:upd…
190 …pid=279 comm="processdump" name="u:object_r:hilog_param:s0" dev="tmpfs" ino=34 scontext=u:r:update…
191 …sdump" path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=34 scontext=u:r:update…
192 …sdump" path="/dev/__parameters__/u:object_r:hilog_param:s0" dev="tmpfs" ino=34 scontext=u:r:update…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/security/security_guard/system/
H A Dsecurity_collector.te16 # avc: denied { call } for pid=1696 comm="IPC_1_1707" scontext=u:r:sceneboard_hap:s0 tcontext=u:…
17 …nied { transfer } for pid=1758 comm="IPC_5_2010" scontext=u:r:sceneboard_hap:s0 tcontext=u:r:sec…
20 …d { call } for pid=2872 comm="security_collec" scontext=u:r:security_collector:s0 tcontext=u:r:s…
27 …denied { call } for pid=2872 comm="IPC_2_4085" scontext=u:r:security_collector:s0 tcontext=u:r:t…
30 …ed { transfer } for pid=2872 comm="IPC_1_2876" scontext=u:r:security_collector:s0 tcontext=u:r:f…
31 …denied { call } for pid=2872 comm="IPC_2_4085" scontext=u:r:security_collector:s0 tcontext=u:r:f…
32 …denied { call } for pid=2872 comm="IPC_3_4407" scontext=u:r:security_collector:s0 tcontext=u:r:f…
35 …denied { call } for pid=2872 comm="IPC_0_2875" scontext=u:r:security_collector:s0 tcontext=u:r:m…
45 # avc: denied { call } for pid=1033 comm="OS_FFRT_2_165" scontext=u:r:foundation:s0 tcontext=u:r…
49 # avc: denied { siginh } for pid=3408 comm="sa_main" scontext=u:r:init:s0 tcontext=u:r:security_…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/distributedhardware/distributed_camera/system/
H A Ddcamera.te14 #avc: denied { call } for pid=2061 comm="ohos.dhardware." scontext=u:r:dcamera:s0 tcontext=u:r:c…
21 #avc: denied { bind } for pid=3250 comm="Fillp_core_0" scontext=u:r:dcamera:s0 tcontext=u:r:dcam…
22 #avc: denied { connect } for pid=2344 comm="Fillp_core_0" scontext=u:r:dcamera:s0 tcontext=u:r:d…
23 #avc: denied { create } for pid=3250 comm="Fillp_core_0" scontext=u:r:dcamera:s0 tcontext=u:r:dc…
24 #avc: denied { getattr } for pid=2344 comm="dcamera" scontext=u:r:dcamera:s0 tcontext=u:r:dcamer…
25 #avc: denied { read } for pid=2040 comm="Fillp_core_94" scontext=u:r:dcamera:s0 tcontext=u:r:dca…
26 #avc: denied { setopt } for pid=3250 comm="Fillp_core_0" scontext=u:r:dcamera:s0 tcontext=u:r:dc…
27 #avc: denied { write } for pid=2040 comm="Fillp_core_94" scontext=u:r:dcamera:s0 tcontext=u:r:dc…
59 #avc: denied { call } for pid=2464 comm="dcamera" scontext=u:r:dcamera:s0 tcontext=u:r:dhardware…
90 … pid=3521 comm="sa_main" name="u:object_r:accessibility_param:s0" dev="tmpfs" ino=53 scontext=u:r…
[all …]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/sensors/system/
H A Dsensors.te29 #avc: denied { call } for pid=2043 comm="sensors" scontext=u:r:sensors:s0 tcontext=u:r:accesstok…
52 #avc: denied { call } for pid=645 comm="sensors" scontext=u:r:sensors:s0 tcontext=u:r:normal_hap…
62 #avc: denied { call } for pid=645 comm="sensors" scontext=u:r:sensors:s0 tcontext=u:r:vibrator_h…
100 … pid=2827 comm="sa_main" name="u:object_r:accessibility_param:s0" dev="tmpfs" ino=53 scontext=u:r…
106 #avc: denied { call } for pid=440 comm="sensors" scontext=u:r:sensors:s0 tcontext=u:r:light_host…
109 … } for pid=508 comm="sensors" name="u:object_r:musl_param:s0" dev="tmpfs" ino=55 scontext=u:r:sen…
121 #avc: denied { call } for pid=585 comm="IPC_2_1283" scontext=u:r:sensors:s0 tcontext=u:r:foundat…
206 #avc: denied { get } for service=200 sid=u:r:sensors:s0 scontext=u:r:sensors:s0 tcontext=u:object_r…
209 #avc: denied { get } for service=501 sid=u:r:sensors:s0 scontext=u:r:sensors:s0 tcontext=u:object_r…
212 #avc: denied { get } for service=401 sid=u:r:sensors:s0 scontext=u:r:sensors:s0 tcontext=u:object_r…
[all …]

12345678910>>...75