#!/bin/bash

mount -t tmpfs -o size=10m tmpfs /mnt/tmp #do it as ROOT

setenforce 0
#service sshd stop
