Search Criteria
Package Details: ste-git r32.5baea9d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ste-git.git (read-only, click to copy) |
---|---|
Package Base: | ste-git |
Description: | Command Space-Time explorer |
Upstream URL: | https://github.com/fabiensanglard/st |
Licenses: | MIT |
Submitter: | glitsj16 |
Maintainer: | glitsj16 |
Last Packager: | glitsj16 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-29 01:21 (UTC) |
Last Updated: | 2023-10-03 17:12 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
glitsj16 commented on 2023-09-29 10:44 (UTC)
@denilsonsa I've seen the setuid PR and will implement the needed changes when that gets merged by upstream. On Arch Linux /usr/sbin is a symlink to /usr/bin. What would be gained by installing ste under /usr/sbin exactly? As to your general view on setuid as dangerous, I suggest taking that up with upstream. We can always take extra measures if the upstream code is sub-optimal but that's getting ahead of ourselves.
denilsonsa commented on 2023-09-29 09:06 (UTC)
Given
ste
binary requires root permission, do you think it would be worth installing it in/usr/sbin/
instead of/usr/bin/
?Might be worth waiting for PR #15, because that also includes the option of installing as setuid instead. But, frankly, installing as setuid is dangerous, as it would allow any user to run any arbitrary command as root, unless the necessary precautions are taken in the code.