diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-07-24 16:43:29 +0300 |
---|---|---|
committer | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-07-24 16:52:28 +0300 |
commit | a1af92a7edaa4d9032f7a40a6c5002e1080c974c (patch) | |
tree | 74350d38209e7ec634c6164c750971f38bc269f9 /README | |
parent | e1a1986d8e2bb67e81c6318cab22b385a853d53d (diff) | |
download | meta-security-redhat-security_fix.tar.gz |
Fixed the issues that prevented redhat-security toolsredhat-security_fix
to run correctly.
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ help for each package. | |||
73 | In this mode it will only give a summary result for the package. To find which files don't comply, | 73 | In this mode it will only give a summary result for the package. To find which files don't comply, |
74 | re-run using just the package name. | 74 | re-run using just the package name. |
75 | 75 | ||
76 | !!! WARNING !!! - in order to use this script you need to add to your conf/local.conf file the following lines: | ||
77 | IMAGE_ROOTFS_EXTRA_SPACE = "" - specifying the extra space of the image | ||
78 | IMAGE_FEATURES += "package management" - for the correct output of rpm -qa | ||
79 | |||
76 | - find-nodrop-groups.sh : This will scan a whole file system to see if a program makes calls to change UID | 80 | - find-nodrop-groups.sh : This will scan a whole file system to see if a program makes calls to change UID |
77 | and GID without also calling setgroups or initgroups. | 81 | and GID without also calling setgroups or initgroups. |
78 | 82 | ||