I am trying to configure Linux IMA in RHEL using this guide http://linux-ima.sourceforge.net/linux-ima-content.html-20110907 . I would like to configure the system so that sensitive files of my choice are overestimated if the file has changed (Iβm stuck in the section on re-measuring files). My /etc/fstab
looks like this:
UUID = c8dbe0a9-8c0c-4aba-adff-bcf2dd4640da / ext4, default settings 1 1
UUID = b1762b74-d517-4293-8b49-cdc06b94d78c / boot ext3 default 1 2
UUID = 8c6b8003-7176-4cf4-ae23-a124f8768c36 default values ββfor swap exchange 0 0
When I check the list of measurements, in /sys/kernel/security/ima/ascii_runtime_measurements
I see only one entry, as shown below:
10 3f0d6c1e772444096d975aba704a10e4820eabab ima 7b739f0b35c61d68bd664d352b6631c366aee34f boot_aggregate
I do not see any other dimensions, even if I modify some files in / etc / or perform other actions. Any thoughts on what could go wrong?
source share