Skip to content

cybex-dev/polkit-action-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Polkit Action Test

The purpose of this script(s) is for anyone to run it, and see how polkit actions are handled in a Linux environment.

NOTE: Change the package manager open the file bin/subAppPacman and change the line pacman -Syyu to that of your package manager

Distro Package Manager Install Command
Debian/Ubunut/Mint: apt install ${pkgName}
Redhat/Fedora/CentOS: yum install ${pkgName}
Arch: pacman -Syu ${pkgName}

Reason for the pacakage manager is this is a confirmed root user action, but it can be replaced with any action requiring root user priviledges

Hope this helps :)

About

Allows individuals to test the use of polkits for a better understanding of how it works: rules, actions, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages