Changeset d32d872


Ignore:
Timestamp:
03/19/2022 08:22:55 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
62d4a239, 9c436a5
Parents:
96f04ee
Message:

shadow: allow any user to use su

With the present /etc/pam.d/su, the usage of "su" is restricted
to users in the wheel group. Comment out that rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    r96f04ee rd32d872  
    450450
    451451# limit su to users in the wheel group
    452 auth      required    pam_wheel.so use_uid
     452# disabled by default
     453#auth      required    pam_wheel.so use_uid
    453454
    454455# include system account settings
Note: See TracChangeset for help on using the changeset viewer.