diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 65f52b43af..0105222010 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -407,6 +407,33 @@ + FILESYSTEM_PERMS_TABLES + + Allows you to define your own file permissions settings table as part of + your configuration for the packaging process. + By default, the Yocto Project uses the fs-perms.txt, which + is located in the meta/files directory of the Yocto Project + files directory. + While it is recommended that you just allow the build system to use the + default fs-perms.txt, you can create and use + your own file permissions file and then set + the FILESYSTEM_PERMS_TABLES variable to point to that + file. + + + If you create your own file permissions setting table, you should place it in your + layer or the distros layer. + You define the FILESYSTEM_PERMS_TABLES variable in the + conf/local.conf file found in the Yocto Project's + build directory. + + + For guidance on how to create your own file permissions settings table file, + see the fs-perms.txt. + + + + FULL_OPTIMIZATION