From 1c7e1f3efef80b9dc3e77b1231dde78eccae954f Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 19 Dec 2019 16:17:58 +0100 Subject: removed dependency to NetworkManager. added 'privacy settings' --- x200-my.confd | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'x200-my.confd') diff --git a/x200-my.confd b/x200-my.confd index 35d26bd..4de394d 100644 --- a/x200-my.confd +++ b/x200-my.confd @@ -1,9 +1,46 @@ # /etc/conf.d/x200-my: config file for /etc/init.d/x200-my -# Options to pass to the x200-my daemon. +######################################### +# Options to pass to the x200-my daemon # +######################################### + +# Is this machine a Thinkpad X200? If so, x200-my can eliminate the +# whining noise that is noticeable when the brightness of the screen +# is lowered. + +is_thinkpad_x200="yes" # (yes|no) PWMFREQ_RATE="0x8bb7b16dc5b6a" +#################### +# Privacy settings # +#################### + +# To enable privacy settings, set enable_privacy to 'true' and supply +# the right name of the wired internet interface that may or may not +# be connected to the internet so that its MAC address can be spoofed +# at startup. Additionally, x200-my will delete /etc/dhcpcd.duid, +# which will make dhcpcd generate a new DUID-LLT based file with an +# updated timestamp and the link-layer address of the network +# interface that is connected to the DHCP device at the time that the +# DUID is generated. + +# IMPORTANT NOTICE: As dhcpcd uses ANY ONE network interface that is +# connected to the DHCP device to generate the DIUD-LLT file, the +# wireless interface MUST have its MAC address spoofed as well. To +# make wpa_supplicant handle this, add the following two lines in +# /etc/wpa_supplicant/wpa_supplicant.conf: +# mac_addr=1 +# preassoc_mac_addr=1 + +# Finally, it is advisable to set the hostname to "localhost" and have +# "hostname_short" in /etc/dhcpcd.conf so that the actual hostname of +# the machine should not be sent to the DHCP server. + +enable_privacy="false" # either 'true' or 'false' +wired_interface="" # supply the actual interface name! In case of + # doubt, see the output of 'ls /sys/class/net/' + ################## # Backup options # ################## -- cgit v1.2.3