0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added info for cups in the "Services" section * added checks package_cups_removed and service_cups_disabled More... about 14 years ago
minor refactoring of Makefile, to allow more outputs if oscap's not there More... about 14 years ago
updated crond info/checks in "Services" section of guide * added check package_cronie_installed More... about 14 years ago
added cpuspeed info/checks to the "Services" section More... about 14 years ago
added cgred info/checks to the "Services" section More... about 14 years ago
added cgconfig info/checks to the "Services" section More... about 14 years ago
added certmonger info/checks to "Services" section More... about 14 years ago
updated autofs entry in the "Services" section * added check for removal of autofs rpm package More... about 14 years ago
added check for auditd in "Services" section More... about 14 years ago
added required files for acpid and atd checks More... about 14 years ago
added sections for acpid and atd within the "Services" section * added corresponding checks as well More... about 14 years ago
added section on disabling abrtd in the "Services" part of prose guide * added two checks: 1) package-abrt-removed, and 2) service-abrtd-disabled More... about 14 years ago
added LICENSE file with licensing info for project More... about 14 years ago
Merge branch 'master' of git://git.fedorahosted.org/git/scap-security-guide More... about 14 years ago
initial commit of a server profile * defined separately from the desktop profile * could be inherited from common profile, but this is easier for transforms for now More... about 14 years ago
combine Rule and Group in avahi section More... about 14 years ago
added Rules to xorg section for servers * servers should be in runlevel 3 and have the X packagegroup removed More... about 14 years ago
flattened/combined groups and rules in SSH section More... about 14 years ago
added section titled "Disable the Automounter if Possible" * fixed check service_autofs_disabled More... about 14 years ago
added section "Disable Booting from USB Devices" * no check was added - no oval check for bios configuration More... about 14 years ago
added section and check for disabling USB via the grub bootloader * improved regexp in bootloader_audit_argument.xml More... about 14 years ago
added section and check for removing the usb-storage kernel module from the system * the "kernel_module_usb-storage_removed" is incomplete * not sure how to check for the existance of a file where the file path is dependent upon the version of the loaded kernel More... about 14 years ago
added section and new check for modprobe disabling of usb-storage module More... about 14 years ago
added section 2.2.2.h on disabling GNOME thumbnailers * verified the RHEL5 technique works for RHEL6 More... about 14 years ago
updated section 2.2.1 "Restrict Partition Mount Options" in the guide More... about 14 years ago
Merge branch 'master' of git://git.fedorahosted.org/git/scap-security-guide More... about 14 years ago
fixed dependency to ipv6 sysctls More... about 14 years ago
implemented check "mount_option_dev_shm_nosuid" * checks for string 'nosuid' on /dev/shm line within /etc/fstab More... about 14 years ago
implemented check "mount_option_dev_shm_noexec" * checks for string 'noexec' on /dev/shm line within /etc/fstab More... about 14 years ago
fixed "mount_home_own_partition" * removed state reference "20006" * it is not referenced by any other check * not sure what value it was adding to the check * it is in the comments if it has to be there for some reason * modified regular expression to find "/home" in /etc/fstab More... about 14 years ago