Added /etc/pam.d, fixed rustc, and updated Linux

This commit is contained in:
Alexander Hill 2025-05-05 06:56:09 -04:00
parent d7b549dc9a
commit 2aeb13e7ee
2 changed files with 9 additions and 6 deletions

View File

@ -261,6 +261,7 @@ samu -C build
muon -C build install
# FIXME: This is enough to get PAM authentication going, but this really should
# be reviewed before it is put anywhere important. ~ahill
mkdir -p /etc/pam.d
echo "#%PAM-1.0" > /etc/pam.d/system-auth
echo "auth required pam_unix.so nullok" >> /etc/pam.d/system-auth
echo "account required pam_unix.so" >> /etc/pam.d/system-auth
@ -795,7 +796,7 @@ export MRUSTC_TARGET_VER=$(echo $RUST_VERSION | sed "s/\.[^.]*$//")
# later on. ~ahill
MRUSTC_STDLIB=$(pwd)/rustc-$RUST_VERSION-src/mrustc-stdlib
mkdir -p $MRUSTC_STDLIB
echo "#\![no_core]" > $MRUSTC_STDLIB/lib.rs
echo "#![no_core]" > $MRUSTC_STDLIB/lib.rs
echo "[package]" > $MRUSTC_STDLIB/Cargo.toml
echo "name = \"mrustc_standard_library\"" >> $MRUSTC_STDLIB/Cargo.toml
echo "version = \"0.0.0\"" >> $MRUSTC_STDLIB/Cargo.toml

View File

@ -1,16 +1,16 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.14.2 Kernel Configuration
# Linux/x86 6.14.4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="clang version 20.1.2 (https://github.com/cbpudding/maplelinux-bootstrap a79add345046b9937519372a8b5cddf19a214b68)"
CONFIG_CC_VERSION_TEXT="Maple clang version 20.1.4 (https://github.com/cbpudding/maplelinux-bootstrap d7b549dc9a8ca2132638562c420b0079caa93a6d)"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=200102
CONFIG_CLANG_VERSION=200104
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=200102
CONFIG_AS_VERSION=200104
CONFIG_LD_VERSION=0
CONFIG_LD_IS_LLD=y
CONFIG_LLD_VERSION=200102
CONFIG_LLD_VERSION=200104
CONFIG_RUSTC_VERSION=0
CONFIG_RUSTC_LLVM_VERSION=0
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
@ -486,6 +486,7 @@ CONFIG_HAVE_LIVEPATCH=y
CONFIG_X86_BUS_LOCK_DETECT=y
# end of Processor type and features
CONFIG_CC_HAS_NAMED_AS_FIXED_SANITIZERS=y
CONFIG_CC_HAS_SLS=y
CONFIG_CC_HAS_RETURN_THUNK=y
CONFIG_CC_HAS_ENTRY_PADDING=y
@ -3710,6 +3711,7 @@ CONFIG_HID_TOPSEED=y
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_U2FZERO is not set
# CONFIG_HID_UNIVERSAL_PIDFF is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_WINWING is not set