• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2service mcstrans stop
3#valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
4runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
5run_init /etc/init.d/mcstrans start
6