Changeset 4045ec3d
- Timestamp:
- 02/27/2019 04:55:47 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 80cab02
- Parents:
- 4296188
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4296188 r4045ec3d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 2 6th, &year;">9 <!ENTITY releasedate "February 27th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/accountsservice.xml
r4296188 r4045ec3d 154 154 <title>Configuring AccountsService</title> 155 155 156 <sect3 id="accountsservice-init"> 156 <para> 157 To allow users in the adm group to be listed as Administrators, 158 execute the following commands as the 159 <systemitem class="username">root</systemitem> user: 160 </para> 161 162 <screen role="root"><userinput>cat > /etc/polkit-1/rules.d/40-adm.rules << "EOF" 163 <literal>polkit.addAdminRule(function(action, subject) { 164 return ["unix-group:adm"]; 165 });</literal> 166 EOF</userinput></screen> 167 168 <sect3 id="accountsservice-init"> 157 169 <title>Systemd Units</title> 158 170
Note:
See TracChangeset
for help on using the changeset viewer.