polkit WIP: resurrect the forgotten polkituser

It needs no group anymore. I hope it won't clash with leftovers from
previous usage of the user.
This commit is contained in:
Vladimír Čunát 2013-11-02 07:37:33 +01:00
parent e790d27543
commit cd49dfd335
2 changed files with 7 additions and 1 deletions

View File

@ -140,7 +140,7 @@
tape = 25; tape = 25;
video = 26; video = 26;
dialout = 27; dialout = 27;
polkituser = 28; #polkituser = 28; # currently unused, polkitd doesn't need a group
utmp = 29; utmp = 29;
davfs2 = 31; davfs2 = 31;
privoxy = 32; privoxy = 32;

View File

@ -95,6 +95,12 @@ in
# configuration. # configuration.
${pkgs.procps}/bin/pkill -INT -u root -x polkitd ${pkgs.procps}/bin/pkill -INT -u root -x polkitd
''; '';
users.extraUsers.polkituser = {
description = "PolKit daemon";
uid = config.ids.uids.polkituser;
};
}; };
} }