diff options
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 | ||