summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/ownership.md
blob: fbc32dffb70af0344c5e821b47d15e60462cbc7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
title: Ownership
parent: FAQ
---

# Which user owns the installed plugins?

If you run `./configure` `--with-user=nagios`, then at `make` `install` time,
the installation will set the ownership of the plugins to the nagios user
(similarly for `--with-group`).  If these options are not set, the plugins
will be installed with the install user's owner and group permissions - it is
your responsibility to set other permissions, if required.

The only exception are root plugins.  These are under `plugins-root/` and are
also installed with the install user's owner and group permissions.

If you run:

    $ make install-root

This will set permissions to root, assuming you are either root or using
fakeroot.  If not, the setuid bit is still set, but the plugin may not work
correctly.  This is the behaviour used by coreutils for the `su` binary and is
duplicated in this project.

<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->