# Build the application's SELinux policy

Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/Build-the-applications-SELinux-policy.html](https://docs.qualcomm.com/doc/80-41102-1/topic/Build-the-applications-SELinux-policy.html)

1. Include the SELinux policy module component in the application's .adef file as follows:

        // Add SELinux module
        components:
        {
            $TELAF_ROOT/security/selinux/sepolicy/<your_app_name>_module
        }Copy to clipboard
2. The application building process will compile and package the sepolicy module in the application package.

**Parent Topic:** [Apply SELinux policy to an application](https://docs.qualcomm.com/doc/80-41102-1/topic/Apply-SELinux-policy-to-an-application.html)

Last Published: May 12, 2026

[Previous Topic
Apply SELinux policy to an application](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/Apply-SELinux-policy-to-an-application.md) [Next Topic
Debug Apps](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/Debug-Apps.md)