Home | History | Annotate | Download | only in utils
      1 #!/bin/bash
      2 service mcstrans stop
      3 cd ~root
      4 runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind  --tool=callgrind /usr/src/redhat/BUILD/*/src/mcstransd
      5 run_init /etc/init.d/mcstrans start
      6