Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make struct {command,user}_details pointers const where possible. | Todd C. Miller | 2023-03-27 | 1 | -3/+3 |
* | Rename run_cred -> cur_cred and stash existing creds in set_tmpdir(). | Todd C. Miller | 2021-01-06 | 1 | -3/+3 |
* | Add struct sudo_cred to hold the invoking or runas user credentials. | Todd C. Miller | 2021-01-06 | 1 | -3/+4 |
* | Add directory writability checks for SELinux RBAC sudoedit. | Todd C. Miller | 2021-01-06 | 1 | -0/+1 |
* | Move safe open code out of sudo_edit.c and into edit_open.c. | Todd C. Miller | 2021-01-06 | 1 | -0/+53 |