Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 25 of 26) sorted by relevance

12

/system/logging/logd/
DREADME.auditd5 audit kernel subsystem. The audit subsystem of the kernel
8 To enable the audit subsystem, you must add this to your
/system/core/init/
Ddevices.cpp166 const std::string& subsystem) const { in MatchWithSubsystem()
168 if (name().find(subsystem) != std::string::npos) { in MatchWithSubsystem()
169 if (Match("/sys/class/" + subsystem + "/" + path_basename)) return true; in MatchWithSubsystem()
170 if (Match("/sys/bus/" + subsystem + "/devices/" + path_basename)) return true; in MatchWithSubsystem()
254 const std::string& subsystem) const { in FixupSysPermissions()
260 if (s.MatchWithSubsystem(path, subsystem)) s.SetPermissions(path); in FixupSysPermissions()
547 FixupSysPermissions(uevent.path, uevent.subsystem); in HandleUevent()
557 if (uevent.subsystem == "block") { in HandleUevent()
564 } else if (const auto subsystem = in HandleUevent() local
565 std::find(subsystems_.cbegin(), subsystems_.cend(), uevent.subsystem); in HandleUevent()
[all …]
Duevent_listener.cpp38 uevent->subsystem.clear(); in ParseEvent()
53 uevent->subsystem = msg; in ParseEvent()
84 << uevent->subsystem << "', '" << uevent->firmware << "', " << uevent->major in ParseEvent()
Duevent.h28 std::string subsystem; member
Ddevices.h70 bool MatchWithSubsystem(const std::string& path, const std::string& subsystem) const;
147 void FixupSysPermissions(const std::string& upath, const std::string& subsystem) const;
DREADME.ueventd.md52 The path can be modified using a ueventd.rc script and a `subsystem` section. There are three to set
53 for a subsystem: the subsystem name, which device name to use, and which directory to place the
56 subsystem <subsystem_name>
72 subsystem sound
Dblock_dev_initializer.cpp75 if (uevent.subsystem != "block") { in HandleUevent()
Dfirmware_handler.cpp357 if (uevent.subsystem != "firmware" || uevent.action != "add") return; in HandleUevent()
/system/core/rootdir/
Dueventd.rc7 subsystem graphics
11 subsystem drm
15 subsystem input
19 subsystem sound
23 subsystem dma_heap
27 subsystem vfio
/system/sepolicy/vendor/
Dhal_audiocontrol_default.te1 # audiocontrol subsystem
Dhal_vehicle_default.te1 # vehicle subsystem
Dhal_bootctl_default.te1 # Boot control subsystem
/system/sepolicy/public/
Dnfc.te1 # nfc subsystem
Dbluetooth.te1 # bluetooth subsystem
Dsecure_element.te1 # secure_element subsystem
Dradio.te1 # phone subsystem
/system/sepolicy/private/
Dsecure_element.te1 # secure element subsystem
Dnfc.te1 # nfc subsystem
Dkeystore2_key_contexts19 # wifi_key is a keystore2_key namespace for the WI-FI subsystem. It replaces the WIFI_UID
/system/core/init/fuzzer/
DREADME.md64 8. Subsystem (parameter name: `subsystem`)
80 | `subsystem` | `String` | Value obtained from FuzzedDataProvider|
Dinit_ueventHandler_fuzzer.cpp67 uevent.subsystem = SelectRandomString(fdp, "firmware"); in CreateUevent()
/system/chre/core/
Dchre_metrics.proto220 // the total delay within the CHRE subsystem.
/system/chre/doc/
Dvendor_extensions.md17 event subsystem, to provide complete functionality that fits within the
/system/sepolicy/microdroid/system/private/
Dinit.te389 # Send an SELinux userspace denial to the kernel audit subsystem,
Ddomain.te155 # The "confidentiality" level detects access to tracefs or the perf subsystem.

12