specs/amd64/livegui: allow root for mounts
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
05d3853edc
commit
20f2105ed0
1 changed files with 6 additions and 0 deletions
|
@ -60,4 +60,10 @@ polkit.addRule(function(action, subject) {
|
|||
if (action.id == "org.kde.kpmcore.externalcommand.init") {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});
|
||||
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (action.id == "org.freedesktop.udisks2.filesystem-mount-system") {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
});" > /etc/polkit-1/rules.d/livegui-root-tools.rules
|
||||
|
|
Loading…
Add table
Reference in a new issue