mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-21 21:50:00 +00:00
6 lines
270 B
Plaintext
6 lines
270 B
Plaintext
|
#!/bin/bash
|
||
|
service mcstrans stop
|
||
|
#valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
|
||
|
runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
|
||
|
run_init /etc/init.d/mcstrans start
|