diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-19 03:14:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-19 03:14:42 +0300 |
commit | e1af9f2c808433ec51fe1627fc186f0a10db5a43 (patch) | |
tree | 9934a6d979635da8284104ab20972decb27488d1 | |
parent | 16faa4b76a7eb7b6ca97b9f7a8792c29816d5ab4 (diff) | |
download | repository-e1af9f2c808433ec51fe1627fc186f0a10db5a43.tar.gz |
busybox: remove readahead from suid
-rw-r--r-- | core/busybox/checksums | 2 | ||||
-rw-r--r-- | core/busybox/files/.config-suid | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/busybox/checksums b/core/busybox/checksums index 43b72f4b..af39e2ec 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,6 +1,6 @@ d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1.tar.bz2 f1c0d85028b78cc2a80f88738951029f9f8a6f6d16c6690da107bff2a49d168c .config -15015394ce6ac7d658447877eb69f7b947efea8f2f196c6ccb7d39b29fc4a129 .config-suid +47473c15263d52cc741993ca0386d0042a719b23c89e406e173510e42e0f23a5 .config-suid ebd61afac770d3d9cae5c411f44002496fb18b28cf7b77520072a3909852246e acpid.run 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run c8b3502bf493336542247683f8d291753130141e5b20ecfda7077936751e83a7 inittab diff --git a/core/busybox/files/.config-suid b/core/busybox/files/.config-suid index bdbfc95d..c75e957a 100644 --- a/core/busybox/files/.config-suid +++ b/core/busybox/files/.config-suid @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.31.1 -# Tue May 19 03:10:53 2020 +# Tue May 19 03:13:58 2020 # CONFIG_HAVE_DOT_CONFIG=y @@ -790,7 +790,7 @@ CONFIG_FEATURE_LESS_MAXLINES=0 # CONFIG_NANDDUMP is not set # CONFIG_PARTPROBE is not set # CONFIG_RAIDAUTORUN is not set -CONFIG_READAHEAD=y +# CONFIG_READAHEAD is not set # CONFIG_RFKILL is not set # CONFIG_RUNLEVEL is not set # CONFIG_RX is not set |