/polkit-action-test

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

Primary LanguageShell

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 :)