This commit is contained in:
zj
2025-11-23 16:05:51 +08:00
commit a923c1098d
364 changed files with 529674 additions and 0 deletions

View 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;
}
});