Skip to content

Conversation

@tesuji
Copy link

@tesuji tesuji commented Sep 23, 2025

and use sudo instead su: su requires passwords for www even if euid=0.

and use sudo instead su: su requires passwords for www even if euid=0.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the defconquals2018 www challenge from bash-suid to exec-suid and changes from su to sudo to avoid password prompts for the www user when running with euid=0.

Key changes:

  • Replaced the bash-suid shebang with exec-suid wrapper
  • Added set -e for better error handling
  • Changed from /bin/su to custom sudo for user switching

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants