aboutsummaryrefslogtreecommitdiff
path: root/ChmodBPF
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-09-09 16:50:36 -0700
committerGuy Harris <guy@alum.mit.edu>2009-09-09 16:50:36 -0700
commit2212a5838195ac34b6d9f055dadbd3ec0698c467 (patch)
tree0889d4b7a0922f47cc449e1d95f163e837a2524d /ChmodBPF
parentd2ec25429b161802821a3e7e5e47d7acf2d317c5 (diff)
To quote
http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/Articles/StartupItems.html "Table 1 StartupParameters.plist key-value pairs Key Type Value Description String A short description of the startup item, used by administrative tools. Provides Array The names of the services provided by this startup item. Although a startup item can potentially provide multiple services, it is recommended that you limit your startup items to only one service each." Fix "Provides" to be the name of the service, not a description of the helpful operations that it provides.
Diffstat (limited to 'ChmodBPF')
-rw-r--r--ChmodBPF/StartupParameters.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChmodBPF/StartupParameters.plist b/ChmodBPF/StartupParameters.plist
index 545e2a68..cba21664 100644
--- a/ChmodBPF/StartupParameters.plist
+++ b/ChmodBPF/StartupParameters.plist
@@ -1,4 +1,4 @@
{
Description = "Change BPF permissions";
- Provides = ("Non-root permission to capture or send raw packets");
+ Provides = ("ChmodBPF");
}