You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/3_ac_install_live/1-merge/sys-process/cpu-x/50-cpux-livecd.rules

10 lines
282 B

# Calculate comment=// os_install_root_type==livecd path=/etc/polkit-1/rules.d
// Run gparted on livecd without authorization
//
polkit.addRule(function(action, subject) {
if (action.id == "org.pkexec.cpu-x" && subject.active) {
return polkit.Result.YES;
}
});