diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-23 08:57:04 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-23 08:57:04 +0000 |
| commit | 82615538183c34812c4cf9433ab6fbf51bdcb7b8 (patch) | |
| tree | 3dc4f7e9909ebf5306f72f6433c62c4806e9e508 /util/nvmutil | |
| parent | 7c414b2d849fd16a0c987d4c9d33db9eee0a610d (diff) | |
util/nvmutil: remove bad check in world stick func
yeah, of course we don't bloody own /tmp
duh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/lib/file.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/nvmutil/lib/file.c b/util/nvmutil/lib/file.c index a0313405..c20165d1 100644 --- a/util/nvmutil/lib/file.c +++ b/util/nvmutil/lib/file.c @@ -670,9 +670,6 @@ world_writeable_and_sticky( /* unhinged leah mode: */ - if (is_owner(&st) < 0) - goto sticky_hell; - if (st.st_mode & S_IWOTH) { /* world writeable */ /* if world-writeable, only |
