Skip to content

Jojodicus/xecute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

XECUTE

Inspired by RootDO, this is an even more stripped-down version. Although the performance-uplift in execution compared to RootDO is rather homeopathic, the benefit in xecute lies in the configurability without sacrificing performance. Despite the name, xecute is not affiliated with X.Org or the X11 protocol in any way.

I do not guarantee the safety and/or security of this program, everything you do is at your own risk.

Installation

Requires libxcrypt or a libc with encryption support (part of the XSI option group).

git clone https://github.com/Jojodicus/xecute
cd xecute
make
su -c "make install"

To uninstall:

su -c "make uninstall"

Usage

xte <command>

By default, there are only two users allowed to use xte: root itself and the user who compiled the program.

Configuring can be done in config.h or in the Makefile itself. After changing settings, the binary will have to be compiled and installed again.