Vladimir Rutsky
Vladimir Rutsky
According to [documentation](https://su.chainfire.eu/#how-mount) looks like it's not required to disable namespace separation in latest versions SuperSU globally, instead we can start `su` with `--mount-master` option. But first it is required...
I opened feature request to support `--mount-master` in RootShell: https://github.com/Stericson/RootShell/issues/7.
Related: https://github.com/bazelbuild/bazel-gazelle/issues/669 One of the options listed there worked for me. I added to WORKSPACE: ``` # Workaround for transitive import issues: https://github.com/bazelbuild/bazel-gazelle/issues/669 go_repository( name = "io_opencensus_go_contrib_exporter_stackdriver", build_directives = [...