Restrict my report page for users by ACL

hey
my ACL config is as below:
inc=feature_report&route=user_inbox&op=user_inbox,
inc=core_user&route=subuser_mgmnt&op=subuser_list,
inc=feature_schedule&op=list,
inc=core_user&route=user_config&op=user_config,
inc=feature_mailsms&route=mailsms_user&op=mailsms_user,
inc=core_site&op=site_config,
inc=feature_credit&op=credit_list,
inc=feature_report&route=user_incoming&op=user_incoming,
inc=feature_report&route=credit&op=credit_list,
inc=feature_sms_autoreply&op=sms_autoreply_list,
inc=feature_sms_board&op=sms_board_list,
inc=feature_sms_custom&op=sms_custom_list,
inc=feature_sms_poll&op=sms_poll_list,
inc=feature_sms_quiz&op=sms_quiz_list,
inc=feature_sms_subscribe&op=sms_subscribe_list,
inc=feature_sms_sync&op=sms_sync_list,
inc=feature_report&route=user_outgoing&op=user_outgoing,

i want to restrict report page from users

the above are my URLs with disallowed URLs = yes in ACL config

i tried adding this : inc=feature_report&route=user,
but it then hides the my sent messages page also.

What should i add?