Skip to content

Binary modification fills root partition until xochitl restart #781

@rM-self-serve

Description

@rM-self-serve

Describe the issue

Modifying the binary via ddvk-hacks, #770, #772, or any future binary modification without restarting xochitl will lead to the system reporting the root partition as full.

This will result in failure if two binary modifications are applied sequentially as the second operation will detect the full root partition.

This is not apparent on v2.10 but is apparent on v2.15-v3.8.

In reference to #772 (comment)

To Reproduce

Ensure xochitl is running as a service and is >= v2.15

df '/' | tail -n1 | awk '{print $4}'
cp /usr/bin/xochitl /tmp/
cp /tmp/xochitl /usr/bin/
df '/' | tail -n1 | awk '{print $4}'
systemctl restart xochitl
df '/' | tail -n1 | awk '{print $4}'

Expected behaviour

N/A

Upstream issue

N/A

Screenshots

rootfull

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpackagesAdd or improve packages of the repository

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions