]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/libpakfire/fhs.c
Hardening: Declare content of /usr/lib/grub as firmware files
[people/stevee/pakfire.git] / src / libpakfire / fhs.c
2023-03-24  Michael TremerFHS: Tolerate runtime linkers in /usr/lib
2023-03-22  Stefan SchantlFHS: Allow /usr/src/kernel
2023-03-21  Stefan SchantlFHS: Allow /var/mail owned by root:mail
2023-03-20  Stefan SchantlFHS: Drop /usr/bin/su from list of allowed SUID binaries
2023-03-19  Michael TremerFHS: Allow gpasswd, ksu and pkexec to have the setuid...
2023-03-19  Michael TremerFHS: Fix setuid check
2023-03-19  Michael TremerFHS: Silence a warning as it gets in the way of the...
2023-03-19  Michael TremerFHS: Allow installing kernel source in /usr/src
2023-03-18  Michael TremerFHS: Drop limitation for only non-executable files...
2023-03-18  Michael TremerFHS: Allow dotfiles in /root
2023-03-18  Michael TremerFHS: Allow some setuid binaries
2023-03-17  Michael TremerFHS: Perform world writable check only for regular...
2023-03-17  Michael TremerFHS: Add /root
2023-03-17  Michael TremerFHS: Check for world-writable files
2023-03-17  Michael TremerFHS: Check for correct location and permission of share...
2023-03-17  Michael TremerFHS: Fix indentation
2023-03-17  Michael TremerFHS: Do not allow any executable files in /var
2023-03-17  Michael TremerFHS: Do not allow any executable files in /usr/share
2023-03-17  Michael TremerFHS: All files in /boot must be owned by root
2023-03-17  Michael TremerFHS: Ensure that firmware files are not executable
2023-03-17  Michael TremerFHS: Rearrange the matrix
2023-03-17  Michael TremerFHS: Check permissions of files in /usr/include
2023-03-17  Michael TremerFHS: Do not allow any unknown subdirectories in /var
2023-03-17  Michael TremerFHS: Enfore that all files in /usr/*bin are executable
2023-03-17  Michael TremerFHS: Do not allow any subdirectories in /usr/bin &...
2023-03-17  Michael TremerFHS: Implement being able to check for file type
2023-03-17  Michael TremerFHS: Do not allow any more files in /usr and /usr/src
2023-03-17  Michael TremerFHS: Implement checking file ownerships
2023-03-17  Michael TremerFHS: Implement some simple filesystem checks