]> Pileus Git - ~andy/linux/blobdiff - Documentation/acpi/method-customizing.txt
kernel/fork.c: fix coding style issues
[~andy/linux] / Documentation / acpi / method-customizing.txt
index 3e1d25aee3fb2037b34af127214a1652691fa2f2..5f55373dd53bac20ec24554144fb81dd18e1d64d 100644 (file)
@@ -66,3 +66,8 @@ Note: We can use a kernel with multiple custom ACPI method running,
       But each individual write to debugfs can implement a SINGLE
       method override. i.e. if we want to insert/override multiple
       ACPI methods, we need to redo step c) ~ g) for multiple times.
+
+Note: Be aware that root can mis-use this driver to modify arbitrary
+      memory and gain additional rights, if root's privileges got
+      restricted (for example if root is not allowed to load additional
+      modules after boot).