| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-24 | crypto: Merge with security packagerefactor | Joseph Richey | |
| 2017-10-19 | util: Add CheckIfRoot | Joseph Richey | |
| Replace IsUserRoot with CheckIfRoot. This allows all functions to use the same error handling when a user is not root. | |||
| 2017-09-29 | Fix lint | Joseph Richey | |
| 2017-09-29 | security: Add check option to UserKeyringID | Joseph Richey | |
| 2017-09-01 | security: Change user keyring lookup algorithm | Joseph Richey | |
| Now instead of spawning a seperate thread we alternate between changing the euid and ruid to both find the keyring and link it to the process keyring. Note that we also ensure that the user keyring is linked into the root keyring whenever possible. | |||
| 2017-08-31 | security: Error if privilege reset goes wrong | Joe Richey | |
| 2017-08-31 | Fixed linter issues | Joe Richey | |
| 2017-08-30 | security: Rewrite of keryings and permissions | Joe Richey | |
| The keyring lookup functions no longer read from /proc/keys. Now they simply spawn a thread, drop privs, and check with GetKeyringID and KEY_SPEC_USER_KEYRING. See userKeyringID() for more info. The privileges functions have also been changed. Now the concept of setting privileges is seperate form the concept of setting up the keyrings. | |||
| 2017-08-23 | security: fscrypt now possesses the user keyring | Joseph Richey | |
| 2017-08-23 | Added some documentation and improved security API | Joe Richey joerichey@google.com | |
| 2017-08-22 | security: Fixed typo and improved error handling | Joe Richey joerichey@google.com | |
| 2017-08-17 | cmd/fscrypt: purge command now clears cache | Joe Richey joerichey@google.com | |