Changeset 4045ec3d


Ignore:
Timestamp:
02/27/2019 04:55:47 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
80cab02
Parents:
42961885
Message:

AccountsService: add a polkit rule to ensure that users in the ADM group get recognized as administrators.

Note that I did not encounter this issue myself.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21259 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r42961885 r4045ec3d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 26th, &year;">
     9<!ENTITY releasedate  "February 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/accountsservice.xml

    r42961885 r4045ec3d  
    154154    <title>Configuring AccountsService</title>
    155155
    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 &gt; /etc/polkit-1/rules.d/40-adm.rules &lt;&lt; "EOF"
     163<literal>polkit.addAdminRule(function(action, subject) {
     164   return ["unix-group:adm"];
     165   });</literal>
     166EOF</userinput></screen>
     167
     168    <sect3 id="accountsservice-init">
    157169      <title>Systemd Units</title>
    158170
Note: See TracChangeset for help on using the changeset viewer.