sudo dnf upgrade --refresh
| # I know, with disabled selinux it's not secure, but it takes too much time to relabel all files | |
| podman run --rm --security-opt label=disable --name lineage-build \ | |
| -e "BRANCH_NAME=lineage-17.1" \ | |
| -e "DEVICE_LIST=lavender" \ | |
| -e "SIGN_BUILDS=true" \ | |
| -e "CLEAN_AFTER_BUILD=false" \ | |
| -e "JAVA_TOOL_OPTIONS=-Xmx4G" \ | |
| -e "SIGNATURE_SPOOFING=restricted" \ | |
| -e "SUPPORT_UNIFIEDNLP=true" \ |
| diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml | |
| index d79a23d5..6cf49ecd 100644 | |
| --- a/core/res/AndroidManifest.xml | |
| +++ b/core/res/AndroidManifest.xml | |
| @@ -2637,6 +2637,13 @@ | |
| android:description="@string/permdesc_getPackageSize" | |
| android:protectionLevel="normal" /> | |
| + <!-- @hide Allows an application to change the package signature as | |
| + seen by applications --> |
| [Unit] | |
| Description=hdparm config service | |
| After=suspend.target | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/usr/sbin/hdparm -B 254 -S 96 /dev/disk/by-id/ata-... | |
| [Install] | |
| WantedBy=suspend.target basic.target |
| ro.secure=0 | |
| ro.adb.secure=0 | |
| security.perf_harden=0 | |
| ro.allow.mock.location=1 | |
| persist.service.adb.enable=1 | |
| persist.service.debuggable=1 | |
| persist.sys.usb.config=mtp,adb | |
| ro.control_privapp_permissions=log |
| #!/usr/bin/bash | |
| LOGPATH="/var/log/zz_sign" | |
| LOGFILE="$LOGPATH/log-$(date).txt" | |
| PUBLICKEYFILE="/home/user/Documents/UEFI/public_key.der" | |
| PRIVATEKEYFILE="/home/user/Documents/UEFI/private_key.priv" | |
| sign() { | |
| if [ -f "$PUBLICKEYFILE" ]; then |
| *No copyright* Creative Commons Attribution-ShareAlike Public License (v3.0) | |
| ---------------------------------------------------------------------------- | |
| ddnet-12.8.1/data/languages/license.txt | |
| *No copyright* Public domain | |
| ---------------------------- | |
| ddnet-12.8.1/src/base/hash_libtomcrypt.c | |
| BSD 2-clause "Simplified" License |
| readelf -d $1 | grep "\(NEEDED\)" | sed -r "s/.*\[(.*)\]/\1/" |