privileged-functions

Is it possible to write a second non-static, selecting, priviledged function in a JQuery Plugin?

Almost all of the examples in the jQuery tutorials that I've read, usually use one major public function for their selecting plugin. When I say 'selecting' plugin, I mean one that is not simply a static function extended onto jQuery. For example: (function($) { jQuery.fn.actionList = function(options) { var opts = $.extend({}, $....

Grant capabilities to a running process

An already running process needs a privileged instruction, like using the SO_RCVBUFFORCE socket option. This process is running as a normal user process. How to give capability/permission to this process? File-based capability settings are still a dream? I have tried the /usr/sbin/setpcaps utility from libcap package and the cap_set_pr...