You have been asked to grant the user ennovy, a member of the staff group, read and write access to the file /app/notes which has the following properties: ls -l /app/notes -rw-rw—- 1 root app 0 Jun 6 15:11 /app/notes Which options will NOT grant the user the ability to read and write the file?

A.
usermod -G app ennovy
B.
setfacl -m user:ennovy:rw- /app/notes
C.
setfacl -m group:staff:rw- /app/notes
D.
usermod -K defaultpriv=basic,file_dac_read,file_dac_write ennovy