Set file access control lists (ACL). More information: https://manned.org/setfacl.
setfacl -m u:{{username}}:rw {{file}}
setfacl -d -m u::rw {{file}}
setfacl -x u:{{username}} {{file}}
setfacl -b {{file}}