28 lines
715 B
Plaintext
28 lines
715 B
Plaintext
<!-- BEGIN: main -->#
|
|
# This file is managed by HSAdmin.
|
|
# Do not edit manually. Changes will be overwritten.
|
|
#
|
|
|
|
# Host alias specification
|
|
|
|
# User alias specification
|
|
|
|
# Cmnd alias specification
|
|
|
|
# Override built in defaults
|
|
|
|
Defaults ignore_dot # "." bzw. "" im PATH ignorieren
|
|
Defaults always_set_home # HOME entsprechend des Zielusers aendern
|
|
Defaults env_reset # Environmentvariablen filtern
|
|
Defaults listpw=all # siehe sudoers(5)
|
|
|
|
# User privilege specification
|
|
root ALL=(ALL) ALL
|
|
%adm ALL=NOPASSWD: ALL
|
|
|
|
####################################################
|
|
|
|
<!-- BEGIN: iterate -->{PAC} ALL = (%{PAC}) NOPASSWD: ALL
|
|
<!-- END: iterate -->
|
|
<!-- END: main -->
|