Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 5 Jun 2020 12:45:25 +0200
From: Mikhail Morfikov <mmorfikov@...il.com>
To: lkrg-users@...ts.openwall.com
Subject: Outdated sysctl documentation

According to what's written in the INSTALL file, there are the following 
sysctl options:

    pi3@...-VM:~/lkrg-main$ sudo sysctl -a | grep lkrg
    lkrg.block_modules = 0
    lkrg.ci_panic = 0
    lkrg.clean_message = 0
    lkrg.enforce_msr = 1
    lkrg.enforce_pcfi = 2
    lkrg.enforce_umh = 1
    lkrg.force_run = 0
    lkrg.hide = 0
    lkrg.log_level = 3
    lkrg.random_events = 1
    lkrg.smep_panic = 1
    lkrg.timestamp = 15

But in my case, some of the above parameters are missing and a few other 
options are available:

	# sysctl -a | grep lkrg
	lkrg.block_modules = 0
	lkrg.heartbeat = 0
	lkrg.hide = 0
	lkrg.interval = 15
	lkrg.kint_enforce = 2
	lkrg.kint_validate = 3
	lkrg.log_level = 3
	lkrg.msr_validate = 1
	lkrg.pcfi_enforce = 1
	lkrg.pcfi_validate = 2
	lkrg.pint_enforce = 1
	lkrg.pint_validate = 2
	lkrg.profile_enforce = 9
	lkrg.profile_validate = 9
	lkrg.smap_enforce = 0
	lkrg.smap_validate = 0
	lkrg.smep_enforce = 2
	lkrg.smep_validate = 1
	lkrg.trigger = 0
	lkrg.umh_enforce = 1
	lkrg.umh_validate = 1

It looks like the documentation is a little bit outdated and needs to be 
updated. 



Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.