setfacl --recursive --modify u:someuser:rwx,d:u:someuser:rwx /home

Or

setfacl -R -m u:someuser:rwX /home

Learned from here , here and there