Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hal-is-caller-privileged(1) [x11r4 man page]

HAL-IS-CALLER-PRIVILEGED(1)				      General Commands Manual				       HAL-IS-CALLER-PRIVILEGED(1)

NAME
hal-is-caller-privileged - determine if a caller is privileged SYNOPSIS
hal-is-caller-privileged [options] DESCRIPTION
hal-is-caller-privileged determines if a specific caller is privileged for a given PolicyKit action on given device. For more information about both the big picture, HAL and PolicyKit , refer to the HAL spec (which can be found in /usr/local/share/doc/hal/spec/hal-spec.html depending on the distribution) and also the PolicyKit documentation. OPTIONS
The following options are supported: --udi The UDI (Unique Device Identifier) of the device object. --action PolicyKit action to check for. --caller The unique D-Bus name on the system bus of the caller. --help Print out usage. --version Print the version. RETURN VALUE
If an error occurs this program exits with a non-zero exit code. Otherwise the textual reply will be printed on stdout and this program will exit with exit code 0. Unprivileged callers (e.g. with a non-zero uid) can only ask about callers/processes that matches their own uid. BUGS
Please send bug reports to either the distribution or the HAL mailing list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to subscribe. SEE ALSO
hald(8), polkit-check-caller(1) AUTHOR
Written by David Zeuthen <david@fubar.dk> with a lot of help from many others. HAL-IS-CALLER-PRIVILEGED(1)

Check Out this Related Man Page

HAL-IS-CALLER-LOCKED-OUT(1)				      General Commands Manual				       HAL-IS-CALLER-LOCKED-OUT(1)

NAME
hal-is-caller-locked-out - determine if a caller is locked out SYNOPSIS
hal-is-caller-locked-out [options] DESCRIPTION
hal-is-caller-locked-out determines if a specific caller is locked out of a specific D-Bus interface on a specific device. For more infor- mation about both the big picture and specific HAL properties, refer to the HAL spec which can be found in /usr/share/doc/hal-doc/spec/hal- spec.html depending on the distribution. OPTIONS
The following options are supported: --udi The UDI (Unique Device Identifier) of the device object. --interface The name of the interface to check for. --caller The unique D-Bus name on the system bus of the caller. --help Print out usage. --version Print the version. RETURN VALUE
If the given process is locked out or an error occurs, this program exits with exit code 1. Otherwise it exits with exit code 0. Note that only the super user (root) or other privileged users can use this tool. BUGS
Please send bug reports to either the distribution or the HAL mailing list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to subscribe. SEE ALSO
hald(8), lshal(1), hal-get-property(1), hal-set-property(1), hal-find-by-property(1), hal-find-by-capability(1) AUTHOR
Written by David Zeuthen <david@fubar.dk> with a lot of help from many others. HAL-IS-CALLER-LOCKED-OUT(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies