1
0
Fork 0
mirror of https://github.com/rhboot/efivar.git synced 2026-09-19 23:36:35 +00:00
Tools and libraries to work with EFI variables
  • C 92.2%
  • Makefile 7.7%
Find a file
Aditya Nair d7f55275b4 sbchooser: fix load_secdb_from_file returning fd instead of rc
When read_file() fails, returning fd instead of rc causes callers to
miss the error since fd is a non-negative integer after close(). Fix
by returning rc.

Signed-off-by: Aditya Nair <adnair@redhat.com>
2026-04-21 13:06:51 -04:00
.github/workflows Take centos 8 out of CI 2026-03-03 17:05:07 -05:00
docs sbchooser: add --explain 2026-03-17 16:30:06 -04:00
src sbchooser: fix load_secdb_from_file returning fd instead of rc 2026-04-21 13:06:51 -04:00
tests sbchooser: test with a padded security directory 2026-03-17 16:30:06 -04:00
.gitignore gitignore: Add some more creature comforts 2021-11-09 12:32:59 -05:00
CODE_OF_CONDUCT.md Update Code of Conduct contact address 2025-06-18 16:53:01 -04:00
COPYING Make FSF addresses in COPYING be URLs. 2014-10-15 09:47:41 -04:00
efivar.spec.in efisecdb: add efisecdb 2022-01-10 13:36:34 -05:00
Makefile Add a make rule for compile_commands.json 2026-03-17 16:20:45 -04:00
README.md Make README statement match license 2024-01-29 18:23:36 -05:00
TODO Add more TODO 2015-05-28 09:10:36 -04:00

efivar

Tools and libraries to manipulate EFI variables

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.

There is an ABI tracker for this project at ABI Laboratory.

WARNING

You should probably not run "make a brick" ever, unless you're already reasonably sure it won't permanently corrupt your firmware. This is not a joke.