perforce_sudoers.t #1

  • //
  • p4-sdp/
  • main/
  • Server/
  • Unix/
  • p4/
  • common/
  • etc/
  • sudoers.d/
  • perforce_sudoers.t
  • View
  • Commits
  • Open Download .zip Download (3 KB)
Cmnd_Alias P4_SVC = /usr/bin/systemctl start node_exporter, \
   /usr/bin/systemctl stop node_exporter, \
   /usr/bin/systemctl restart node_exporter, \
   /usr/bin/systemctl status node_exporter, \
   /usr/bin/systemctl cat node_exporter, \
   /usr/bin/systemctl enable node_exporter, \
   /usr/bin/systemctl disable node_exporter, \
   /usr/bin/systemctl is-enabled node_exporter, \
   /usr/bin/systemctl start p4d_*, \
   /usr/bin/systemctl stop p4d_*, \
   /usr/bin/systemctl restart p4d_*, \
   /usr/bin/systemctl status p4d_*, \
   /usr/bin/systemctl cat p4d_*, \
   /usr/bin/systemctl enable p4d_*, \
   /usr/bin/systemctl disable p4d_*, \
   /usr/bin/systemctl is-enabled p4d_*, \
   /usr/bin/systemctl start p4dtg_*, \
   /usr/bin/systemctl stop p4dtg_*, \
   /usr/bin/systemctl restart p4dtg_*, \
   /usr/bin/systemctl status p4dtg_*, \
   /usr/bin/systemctl cat p4dtg_*, \
   /usr/bin/systemctl enable p4dtg_*, \
   /usr/bin/systemctl disable p4dtg_*, \
   /usr/bin/systemctl is-enabled p4dtg_*, \
   /usr/bin/systemctl start p4broker_*, \
   /usr/bin/systemctl stop p4broker_*, \
   /usr/bin/systemctl restart p4broker_*, \
   /usr/bin/systemctl status p4broker_*, \
   /usr/bin/systemctl cat p4broker_*, \
   /usr/bin/systemctl enable p4broker_*, \
   /usr/bin/systemctl disable p4broker_*, \
   /usr/bin/systemctl is-enabled p4broker_*, \
   /usr/bin/systemctl start p4p_*, \
   /usr/bin/systemctl stop p4p_*, \
   /usr/bin/systemctl restart p4p_*, \
   /usr/bin/systemctl status p4p_*, \
   /usr/bin/systemctl cat p4p_*, \
   /usr/bin/systemctl enable p4p_*, \
   /usr/bin/systemctl disable p4p_*, \
   /usr/bin/systemctl is-enabled p4p_*, \
   /usr/bin/systemctl start p4prometheus, \
   /usr/bin/systemctl stop p4prometheus, \
   /usr/bin/systemctl restart p4prometheus, \
   /usr/bin/systemctl status p4prometheus, \
   /usr/bin/systemctl cat p4prometheus, \
   /usr/bin/systemctl enable p4prometheus, \
   /usr/bin/systemctl disable p4prometheus, \
   /usr/bin/systemctl is-enabled p4prometheus, \
   /usr/bin/systemctl start helix-auth, \
   /usr/bin/systemctl stop helix-auth, \
   /usr/bin/systemctl restart helix-auth, \
   /usr/bin/systemctl status helix-auth, \
   /usr/bin/systemctl cat helix-auth, \
   /usr/bin/systemctl enable helix-auth, \
   /usr/bin/systemctl disable helix-auth, \
   /usr/bin/systemctl is-enabled helix-auth, \
   /usr/bin/lslocks, \
   /usr/bin/getcap, \
   /usr/bin/setcap, \
   /usr/sbin/setcap, \
   /usr/sbin/getcap, \
   /sbin/getcap, \
   /sbin/setcap, \
   /bin/getcap, \
   /bin/setcap

__OSUSER__  __HOSTNAME__ = (root) NOPASSWD: P4_SVC
# Change User Description Committed
#1 33433 Claude (AI Agent by Anthropic) Copy Up from //p4-sdp/dev into //p4-sdp/main.

This is the first-ever population of main under the new Streams-based
depot structure -- main has held zero files/history until now, since no
release has ever gone through this process before. 463 files, covering
the entire 2026.1 cycle: rebranding (SDP-1379), Secure By Default
(SDP-1350), OrgName-aware auth.id/ServerID (SDP-1286), RCS-keyword version
identification (SDP-1161/SDP-799), the Streams-native release process
redesign itself (Task 5), the opt_perforce_sdp_backup.sh false-error fix,
the P4D 2026.1 test-suite targeting, refreshed P4*.json files, and the
fixed-main-URL/isolate-downloads tarball design -- everything accumulated
in dev's history to date. Isolated paths (ai_dev_support/, Version,
doc/*.html, doc/*.pdf, doc/gen/*.man.txt, doc/gen/sdp_install.cfg,
Unsupported/doc/*.html, Unsupported/doc/*.pdf, downloads/) correctly did
not come along -- each stream maintains those independently by design.

Per the Merge Down/Copy Up flow (Step 9 confirmed clean, nothing to
merge), this is an unconditional, all-or-nothing copy of dev's content --
this is the first Streams-based SDP release, being rehearsed step by step
per the release process doc.

Agent: Claude Code, Model: Claude Sonnet 5 (claude-sonnet-5), operating as bot_Claude_Anthropic.
//p4-sdp/dev/Server/Unix/p4/common/etc/sudoers.d/perforce_sudoers.t
#1 31397 C. Thomas Tyler Populate -b SDP_Classic_to_Streams -s //guest/perforce_software/sdp/...@31368.
//guest/perforce_software/sdp/dev/Server/Unix/p4/common/etc/sudoers.d/perforce_sudoers.t
#1 30285 C. Thomas Tyler Updated SDP Guide for Unix to include raw perforce_suoders.t file
for better accuracy and easier update.

Added a copy of perforce_sudoers.t from Helix Installer.  For immediate
purposes, this is to allow this file to be included in SDP
documentation.  However, this change is also part of a larger goal
to move extensive Helix Installer functionality into the SDP.