File: remove-overrides

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (26 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download | duplicates (3)
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
26
Help on 'remove-overrides'                                      Feta 1.4.0
--------------------------------------------------------------------------

'remove-overrides' removes 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 have the permissions on /usr/bin/rio reset on the next upgrade:
 # feta remove-overrides /usr/bin/rio

You can name more than one file whose override you want to remove:
 # feta remove-overrides /usr/bin/rio /usr/bin/zgv

OTHER REFERENCES
----------------
'remove-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 'remove-overrides'                                      Feta 1.4.0