An open API service indexing awesome lists of open source software.

https://github.com/timluq/run-suid

Runs an executable (including scripts) as the owner of the file. The application can be renamed or hard linked to any file name where the target executable exists. The application, target executable, and their parent directory must be owned by the same user with no one else having write permissions. To make this work the application should have the SUID bit set.
https://github.com/timluq/run-suid

Last synced: 27 days ago
JSON representation

Runs an executable (including scripts) as the owner of the file. The application can be renamed or hard linked to any file name where the target executable exists. The application, target executable, and their parent directory must be owned by the same user with no one else having write permissions. To make this work the application should have the SUID bit set.

Awesome Lists containing this project