Code review comment for lp://qastaging/~kyrofa/snap-confine/create_user_data_directory

Revision history for this message
Kyle Fazzari (kyrofa) wrote :

Alright Tyler, I've refactored the mkpath function to use open/openat/mkdirat with O_NOFOLLOW instead of mkdir. It complicated it a bit, but I think it's still readable. I also refactored the tests to be more readable.

« Back to merge proposal