mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
userland: document path_properties
This commit is contained in:
@@ -144,6 +144,7 @@ freestanding_properties = {
|
||||
],
|
||||
'extra_objs_userland_asm': False,
|
||||
}
|
||||
# See: https://github.com/cirosantilli/linux-kernel-module-cheat#user-mode-simulation-path_properties
|
||||
path_properties_tuples = (
|
||||
{
|
||||
'allowed_archs': None,
|
||||
@@ -276,7 +277,9 @@ path_properties_tuples = (
|
||||
'libdrm': {'sudo': True},
|
||||
}
|
||||
),
|
||||
'linux': {**gnu_extension_properties, **{'skip_run_unclassified': True}},
|
||||
'linux': (
|
||||
{**gnu_extension_properties, **{'skip_run_unclassified': True}},
|
||||
)
|
||||
'posix': (
|
||||
{},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user