diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-02-13 22:30:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 22:30:42 +0100 |
| commit | effd38c856cf6c9cdc7abe710f663a9e8565bdc8 (patch) | |
| tree | 3bd953d1e062b484b777f3ba0fd86699a198758c | |
| parent | c5ccf937fe5fdbe7df6b22cf0deaf7c47df5e452 (diff) | |
| download | nofuture-go-memguard-effd38c856cf6c9cdc7abe710f663a9e8565bdc8.tar.gz nofuture-go-memguard-effd38c856cf6c9cdc7abe710f663a9e8565bdc8.tar.xz nofuture-go-memguard-effd38c856cf6c9cdc7abe710f663a9e8565bdc8.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,11 +34,11 @@ sudo -u www-data /usr/local/go/bin/go build -v \ -ldflags="-s -w -extldflags '-Wl,-z,relro,-z,now'" \ -buildmode=pie \ -o nofuture </code></pre> - +<pre><code> # 7. Hardening del binario sudo setcap cap_sys_ptrace,cap_net_admin=ep nofuture sudo chmod 0711 nofuture - <pre><code></code></pre> + </code></pre> <strong>MemGuard Initialization & Configuration:</strong><br> |
