summaryrefslogtreecommitdiff
path: root/libutils/ProcessCallStack_fuzz.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-08-12 09:26:20 -0700
committerTom Cherry <tomcherry@google.com>2019-08-12 09:31:42 -0700
commit6fd8d3bb1b9e29da5d4840bdb94fdf262fad1f3a (patch)
tree10e74cd5e40f6d3c1430301b0703c292275a4aed /libutils/ProcessCallStack_fuzz.cpp
parent4b8e6b673f904c197743aad8f773d43cc6b69883 (diff)
init: Allow matching empty property values
When we have a property match along with an event trigger, we currently don't allow matching empty property values, in other words, properties that are unset. For example, the below trigger would never be run: on zygote-start && property:persist.sys.fuse="" That doesn't make sense though, it should be possible to match an empty property value, so this change allows that trigger to match when persist.sys.fuse is either empty or not set. This continues to not match a '*' to an empty property, so on zygote-start && property:persist.sys.fuse=* will not run if persist.sys.fuse is empty or unset. Test: the above triggers run appropriately Change-Id: Ia57de7b96ad352590d0c82ff4ae95060b7361976
Diffstat (limited to 'libutils/ProcessCallStack_fuzz.cpp')
0 files changed, 0 insertions, 0 deletions