mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-08 10:46:34 +05:30
added packages
This commit is contained in:
8
packages/tuxos-calamares/49-nopasswd-calamares.rules
Normal file
8
packages/tuxos-calamares/49-nopasswd-calamares.rules
Normal file
@ -0,0 +1,8 @@
|
||||
/* Allow Calamares to be started without password authentication
|
||||
*/
|
||||
polkit.addRule(function(action, subject) {
|
||||
if ((action.id == "com.github.calamares.calamares.pkexec.run"))
|
||||
{
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user