Monitoring and prevention of MBR activity.

John Reiser jreiser at bitwagon.com
Tue Sep 6 14:28:12 UTC 2011


>> Have an interesting problem in which monitoring and preventing
>> activity on the MBR would be very useful.

> Maybe if I new what MBR stood for?

Master Boot Record: The first sector (hardware sector 1 [origin is 1])
of the boot drive.  Usually accessed as /dev/sda, for instance:
   dd if=/dev/sda count=1 of=sda.mbr  # read[usual]  Master Boot Record

-- 


More information about the selinux mailing list