Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```