Help on 'add-override'                                          Feta 1.4.0
--------------------------------------------------------------------------

'add-override' adds a stat override to a file. In Debian, a stat override
is a way of telling the system you want to use a different owner, group,
or set of file permissions than is normal for the file. Most commonly,
overrides are used to put a suid bit on a file that needs to be run as
a specific user.

EXAMPLES
--------
To mark /usr/bin/rio with the suid bit, and only allow users in the 'rio'
group to run it:
 # feta add-override root rio 04750 /usr/bin/rio

OTHER REFERENCES
----------------
'add-override' uses dpkg-statoverride(8).

For more information about stat overrides, see the 'overrides' help file.
The 'overrides' command is also more user-friendly than this one.

--------------------------------------------------------------------------
Help on 'add-override'                                          Feta 1.4.0
