SupeChicken666

Results 19 issues of SupeChicken666

Not an issue, more like a question: When I try to run `./configure` script with `CC='gcc' CFLAGS='-fuse-ld=mold'`, I found that it is a bit faster than `-fuse-ld=gold` but still much...

### Changes - Move to [the new upstream repository for `b2`](https://groups.google.com/g/boost-developers-archive/c/7bDLwlW8ZEg) - Update `b2` to `4.9.1` Built successfully on `x86_64`

Fixes #7081 Revert #7090 The reason that the new install breaks on some packages is some packages have files outside of `#{CREW_PREFIX}`, and `crew` will try to `mkdir` on those...

Part of #6133 Maybe it's time to do it :)

### Changes - Fix some tests by changing the `TMPDIR` environment variable - Use `clang` for faster building time - Cleanup Binaries rebuild required Build successfully on `x86_64`

The begin of refactoring crew :) Tested on `x86_64` ### Changes - Add `lib/function.rb` (see `lib/function.rb` for more info) - Move all runtime options to `lib/runtime_var.rb` - All runtime options...

Once we get `crew-launcher` merged, the only missing piece of integration with CrOS is about notifications, here are two possible ways to do it: - Using [`notificationd`](https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/vm_tools/notificationd/) from Crostini (not...

enhancement 🌱

### Describe your problem. 這不是bug,更像是一個問題😅 背景是這樣的,我在一台軟路由裏裝了個 android tv,打算在上面用 lxc 運行 openwrt 讓其同時兼任電視盒子和網關。 我的問題是既然 ksu 運行在內核層面,會不會導致容器裡面特定 uid 的權限洩漏嗎?(假如在 chroot 隔離下的 uid 2000 運行 `/system/bin/su`(且在 manager 裏允許 shell 提權)會觸發 ksu 的提權機制嗎?) 感謝指教!

Included #8836 in another way This PR makes use of the `etc` built-in module to get things like `uname`, `nproc` and `glibc` version, no need to call external commands anymore....

### Changes - Check for `sudo` availability in a more elegant way - Group constants in a place - Import `/etc/lsb-release` directly instead of using `grep` - Replace all `$(id...