]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/libpakfire/fhs.c
FHS: Drop limitation for only non-executable files in /usr/share
[people/stevee/pakfire.git] / src / libpakfire / fhs.c
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