Mario Limonciello

Results 54 issues of Mario Limonciello

Microsoft has published the following guidance for blocking vulnerable Windows boot managers: https://support.microsoft.com/en-us/topic/kb5027455-guidance-for-blocking-vulnerable-windows-boot-managers-522bb851-0a61-44ad-aa94-ad11119c5e91 They explicitly suggest that systems that don't dual boot should apply mitigations immediately. > For Secure Boot...

enhancement

power-profiles-daemon has the ability to detect battery change events using upower and to apply different tuned settings based upon whether plugged into power or not. In PPD this is used...

This attribute accepts a range from 0 through 4 where larger values will also have larger panel power savings. Using this has a trade off for color accuracy, and it...

This is dependent upon these two merge requests: https://github.com/redhat-performance/tuned/pull/616 https://github.com/redhat-performance/tuned/pull/601

Using the latest procfs from pypi fails because it doesn't have a cpuinfo() member. Catch these exceptions and try to more gracefully handle them instead of a traceback from the...

Running `make install` as suggested by `INSTALL` will place all the python modules in /usr/local which won't be included in the search path when `-s` is used in the shebang....

I was looking into using this for home-assistant. In the process I noticed that it doesn't work properly with python3. ``` Traceback (most recent call last): File "anova.py", line 13,...

If possible, it would be ideal to switch from ext4 to LVM. Switching to LVM will allow later expansion and support of multiple disks to be easier.

enhancement

We don't need to get it in to tag, but we should keep an issue open to have some CI task for building all the other architectures either with qemu...

enhancement
help wanted

We recently added some infrastructure into fwupd to be able to build on top of dbusmock. Ideally I'd like to build a bunch of tests specifically around the UEFI capsule...