[email protected] wrote these words on 07/31/09 23:46 CST: > Author: wblaszcz > Date: 2009-07-31 22:46:25 -0600 (Fri, 31 Jul 2009) > New Revision: 7916 > Log: > Fixed user and group conflict and other issues for PolicyKit. Fixed minor > format presentation with linux-pam > + <para>It is a requirement to have a dedicated user and group for > + <application>PolicyKit</application> to function correctly. Issue the > + following commands as the <systemitem class="username">root</systemitem> > + user:</para> > + > +<screen><userinput>groupadd -g 27 polkituser && > +useradd -c "Policy Kit Daemon User" -d /dev/null \ > + -u 27 -g polkituser -s /bin/false polkituser</userinput></screen>
When commands are run by the root user, we use the tag <screen role='root'><userinput>. This was implemented so that if there is anything done about automation, the tag shows that the command must be run by the root user. -- Randy rmlscsi: [bogomips 1003.25] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 07:29:01 up 25 days, 19:57, 1 user, load average: 0.18, 0.30, 0.19 -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
