The reason why this might be a bad idea is that /dev/shm is used for shm_open(3).
So in theory some program might pass a name to shm_open that collides with whatever you put in /dev/shm.
Unlikely but possible
replies(1):
So in theory some program might pass a name to shm_open that collides with whatever you put in /dev/shm.
Unlikely but possible