Skip to content
/ acrt Public

A daemon that runs with root permissions and reads from a named pipe that can be accessed by a non-privileged user. It executes the commands it reads.

License

Notifications You must be signed in to change notification settings

Dfmaaa/acrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why?

The developer of this project was too lazy to type their complicated password every time they wanted to execute privileged user operations.

Isn't this unsafe?

That's why the group barrier was added. Only users in a certain group get read/write access to the named pipe. This prevents other users from using privileged user operations without a password.

Do you realize this program creates a serious vulnerability in your system?

I do, yes. However, I need it badly. whenever I use sudo, I always get the password wrong 7-9 times. I didn't want to resort to this but I am left with no choice.

About

A daemon that runs with root permissions and reads from a named pipe that can be accessed by a non-privileged user. It executes the commands it reads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published