Changes between Version 291 and Version 292 of SummerOfCode
- Timestamp:
- Jan 29, 2018, 1:19:33 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v291 v292 235 235 * Potential mentors: raimue 236 236 237 ==== Implement fake root functionality for destroot phase==== #fakeroot237 ==== Implement fake root functionality ==== #fakeroot 238 238 239 239 Currently, MacPorts uses root privileges in the destroot phase. That should be replaced by a system that runs as the macports user but intercepts all operations that would require root privileges (chown/chmod/etc.) and record the resulting permissions in a database.