commit | 6f3e24ab55f5a615e3c572c35078a2c0370142c2 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Dec 04 06:19:08 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 04 06:19:08 2018 +0000 |
tree | bb9ee4f0a78430ddf47aae997d2f25defcd4712c | |
parent | 314d8c142cc135bde537d8849c3644ee753fcb9c [diff] | |
parent | 3a26eefdbefefa20c43f88cc011ce2406f691caf [diff] |
Merge "Apply system_shared_libs to static libraries"
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 89d012e..db2e3bb 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -126,7 +126,6 @@ "rm": Allowed, "rsync": Allowed, "sed": Allowed, - "setsid": Allowed, "sh": Allowed, "sha1sum": Allowed, "sha256sum": Allowed, @@ -170,6 +169,7 @@ "paste": Toybox, "pwd": Toybox, "rmdir": Toybox, + "setsid": Toybox, "sleep": Toybox, "tail": Toybox, "tee": Toybox,