Martin Stjernholm | f6bd00a | 2019-07-05 22:55:06 +0100 | [diff] [blame] | 1 | ############################# |
| 2 | # System files |
| 3 | # |
| 4 | (/.*)? u:object_r:system_file:s0 |
Peter Collingbourne | a7179b5 | 2020-03-17 16:05:30 -0700 | [diff] [blame] | 5 | /bin/crash_dump(32|64) u:object_r:crash_dump_exec:s0 |
Martin Stjernholm | f6bd00a | 2019-07-05 22:55:06 +0100 | [diff] [blame] | 6 | /bin/linker(64)? u:object_r:system_linker_exec:s0 |
Kiyoung Kim | 357f5c4 | 2020-11-30 14:47:03 +0900 | [diff] [blame] | 7 | /bin/linkerconfig u:object_r:linkerconfig_exec:s0 |
Martin Stjernholm | f6bd00a | 2019-07-05 22:55:06 +0100 | [diff] [blame] | 8 | /lib(64)?(/.*)? u:object_r:system_lib_file:s0 |