sys

git clone git://mattcarlson.org/repos/sys.git
Log | Files | Refs

commit fb716b3f096abb97afd537700e12d30400fc7535
parent 746dd71e46acb0b4f2fb2c6e6ac8117ae3076282
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Sat,  4 Feb 2023 15:08:45 -0500

spoof mac with iwd

Diffstat:
Aetc/group | 1+
Aetc/iwd/main.conf | 3+++
Aetc/locale.conf | 2++
Aetc/locale.gen | 1+
Aetc/passwd | 1+
Aetc/security/faillock.conf | 1+
6 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/etc/group b/etc/group @@ -0,0 +1 @@ +wheel:x:998:mc diff --git a/etc/iwd/main.conf b/etc/iwd/main.conf @@ -0,0 +1,3 @@ +[General] +AddressRandomization=once +AddressRandomizationRange=full diff --git a/etc/locale.conf b/etc/locale.conf @@ -0,0 +1,2 @@ +export LANG='en_US.UTF-8' +export LC_COLLATE='C' diff --git a/etc/locale.gen b/etc/locale.gen @@ -0,0 +1 @@ +en_US.UTF-8 UTF-8 diff --git a/etc/passwd b/etc/passwd @@ -0,0 +1 @@ +mc:x:1000:1000::/home/mc:/bin/mksh diff --git a/etc/security/faillock.conf b/etc/security/faillock.conf @@ -0,0 +1 @@ +deny = 0