The tmpfs filesystems takes on the permissions from the underlying mount point. In order to fix /tmp, you need to boot single user and execute the following two commands:
chmod 1777 /tmp chown root:sys /tmp
PREV INDEX NEXT