Etienne Perot

Results 18 issues of Etienne Perot

Ansible either expects to SSH into machines as `root`, or to become `root` after SSHing through some mechanism e.g. `sudo`.[1] However, neither `pacaur`, `yaourt`, or `makepkg` allow executing operations as...

**Category:** Kubernetes apps **Type:** - [x] Bug - [ ] Feature Request - [ ] Process --- The instructions on how to deploy nginx in the [README file](https://github.com/GoogleCloudPlatform/click-to-deploy/tree/master/k8s/nginx/README.md) are broken....

kind/k8s
needs-triage

Opened 6 years ago is http://libtorrent.rakshasa.no/ticket/245 - to implement web seeding in rtorrent. Wikipedia page: http://en.wikipedia.org/wiki/BitTorrent_%28protocol%29#Web_seeding Two conflicting specifications exist, so yes this is ambiguous. The more straightforward of the...

Rebased version of pull request #15. Update `sshd`'s preferred MACs list in order to a) favor stronger hash functions (`sha512` and `sha256`) over `sha1` b) favor Encrypt-then-MAC (`*-etm`) modes over...

When running on Linux, Dangerzone currently uses Podman with its default `crun`/`runc` runtime. These runtimes rely on Linux's built-in containerization primitives (namespaces). These parts of the Linux kernel have historically...

stretch goal

### Description Running a benchmark like: ``` $ make run-benchmark BENCHMARKS_TARGETS=test/benchmarks/base:syscallbench_test RUNTIME=runsc ``` (which uses the default value for `BENCHMARKS_PROFILE` which is `-pprof-dir=/tmp/profile -pprof-cpu -pprof-heap -pprof-block -pprof-mutex`) ... results in...

type: bug

Building upon [a patch from issue 28 on Google Code](https://code.google.com/p/torsocks/issues/detail?id=28#c7), this implements an option (`local_connect_enable`) in `torsocks.conf` which allows connections to local addresses. The option is disabled by default (i.e....

### Description Add a mode whereby all gVisor memory pages, including those of the sandboxed application, are `mlock`ed (i.e. they cannot be paged out to swap). This is useful for...

type: enhancement

This change adds debug logging to the gVisor configuration. If the execution fails, it prints all gVisor debug output to the console. Based on top of https://github.com/google/syzkaller/pull/5037