Policy for user executable applications.
Create a domain for applications.
Create a domain for applications. Typically these are programs that are run interactively.
The types will be made usable as a domain and file, making calls to domain_type() and files_type() redundant.
Parameter: | Description: |
---|---|
domain |
Type to be used as an application domain. |
entry_point |
Type of the program to be used as an entry point to this domain. |
Do not audit attempts to send kill signals to all application domains.
Parameter: | Description: |
---|---|
domain |
Domain to not audit. |
Do not audit attempts to send general signals to all application domains.
Parameter: | Description: |
---|---|
domain |
Domain to not audit. |
Do not audit attempts to send null signals to all application domains.
Parameter: | Description: |
---|---|
domain |
Domain to not audit. |
Execute application executables in the caller domain.
Parameter: | Description: |
---|---|
type |
Domain allowed access. |
Execute all executable files.
Parameter: | Description: |
---|---|
domain |
Domain allowed access. |
Make the specified type usable for files that are executables, such as binary programs. This does not include shared libraries.
Parameter: | Description: |
---|---|
type |
Type to be used for files. |
Send general signals to all application domains.
Parameter: | Description: |
---|---|
domain |
Domain allowed access. |
Send null signals to all application domains.
Parameter: | Description: |
---|---|
domain |
Domain allowed access. |
Make the specified type usable as an application domain.
Parameter: | Description: |
---|---|
type |
Type to be used as a domain type. |