Search Criteria
Package Details: proxy-ns 2.4.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/proxy-ns.git (read-only, click to copy) |
|---|---|
| Package Base: | proxy-ns |
| Description: | Run programs in a network namespace where all traffic go through proxy |
| Upstream URL: | https://github.com/OkamiW/proxy-ns |
| Keywords: | proxy |
| Licenses: | GPL |
| Submitter: | ookami |
| Maintainer: | ookami |
| Last Packager: | ookami |
| Votes: | 4 |
| Popularity: | 0.42 |
| First Submitted: | 2022-07-26 14:24 (UTC) |
| Last Updated: | 2026-04-09 14:24 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
vvch commented on 2026-07-05 14:20 (UTC) (edited on 2026-07-05 14:34 (UTC) by vvch)
@ookami Thanks, maybe you are right but for some reason I got the binary without capabilities and had to set them manually. Now I tried to reinstall the package and capabilities were removed again. I use latest Manjaro, and installed package from AUR with
yaycommand. Maybe there are some subtle security-related restrictions on unpacking capability xattrs?ookami commented on 2026-06-29 16:01 (UTC) (edited on 2026-06-29 16:01 (UTC) by ookami)
AFAIK
bsdtarsupportedxattrsa long time ago, so if your system is up to date, capabilities set bysetcapwill be set in thetarfile.post-installhook shouldn't be required.vvch commented on 2026-06-12 23:46 (UTC)
make installscript issues thesetcapcommand on the created and installed executable so that it can be run by non-privileged user. However, during the package assembly process, the installation takes place in a temporary location, and additional permissions are assigned to this temporary file. It would be nice to add post-install hook to the package to addsetcappermissions to the real installed executable location to let the command be run withoutsudo.MaxWagner commented on 2025-09-03 17:15 (UTC)
pkgver=2.3.3 pkgrel=1 missing dependency scdoc
BlankEclair commented on 2025-06-22 00:08 (UTC)
This package works on
aarch64as tested on a Raspberry Pi 5 with Arch Linux Arm, can it be added to thearcharray?