• Micah Morton's avatar
    Expose enable/disable switch for shill sandboxing over DBus · e87a5139
    Micah Morton authored
    This feature flag gates the use of minijail to sandbox shill (the
    network manager) on CrOS. Defaults to true. We want a feature flag for
    this in case any unforseen sandboxing compications occur on the beta or
    stable channels and Finch is our only way of reverting.
    
    CQ-DEPEND=CL:1172729,CL:1177883
    "sudo -u chronos dbus-send --system --type=method_call --print-reply \
    --dest=org.chromium.ChromeFeaturesService \
    /org/chromium/ChromeFeaturesService \
    "org.chromium.ChromeFeaturesServiceInterface.IsShillSandboxingEnabled"
    
    Bug: 649417
    Test: Following command returned true (flag is true by default):
    Change-Id: I359b28d463f8f0ce861739d7f165f5437690bae5
    Reviewed-on: https://chromium-review.googlesource.com/1173260
    Commit-Queue: Micah Morton <mortonm@chromium.org>
    Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#583750}
    e87a5139
chrome_features.h 9.73 KB