Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnt/qt-sudo
A clone of LXQt sudo tool, without LXQt libs
https://github.com/aarnt/qt-sudo
Last synced: 10 days ago
JSON representation
A clone of LXQt sudo tool, without LXQt libs
- Host: GitHub
- URL: https://github.com/aarnt/qt-sudo
- Owner: aarnt
- License: lgpl-2.1
- Created: 2024-03-05T23:19:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T13:38:53.000Z (7 months ago)
- Last Synced: 2024-11-05T23:36:42.042Z (about 2 months ago)
- Language: C++
- Size: 80.1 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
## QT-SUDO
This is a clone of LXQt sudo tool (without LXQt libs). It is the *ONLY* privilege escalation tool supported by [Baiacu](https://github.com/aarnt/baiacu), [Octopi](https://github.com/aarnt/octopi), [OctoPkg](https://github.com/aarnt/octopkg), [OctoPkgin](https://github.com/aarnt/octopkgin), [OctoXBPS](https://github.com/aarnt/octoxbps) and [QTGZManager](https://github.com/aarnt/qtgzmanager) applications.
It needs doas or sudo tool to work.
Steps to build:
```
$ git clone https://github.com/aarnt/qt-sudo
$ cd qt-sudo
$ qmake6
$ make
# make install
```