summaryrefslogtreecommitdiff
path: root/src/sudo_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Make struct {command,user}_details pointers const where possible.Todd C. Miller2023-03-271-3/+3
* Rename run_cred -> cur_cred and stash existing creds in set_tmpdir().Todd C. Miller2021-01-061-3/+3
* Add struct sudo_cred to hold the invoking or runas user credentials.Todd C. Miller2021-01-061-3/+4
* Add directory writability checks for SELinux RBAC sudoedit.Todd C. Miller2021-01-061-0/+1
* Move safe open code out of sudo_edit.c and into edit_open.c.Todd C. Miller2021-01-061-0/+53