scripts/package: tar-pkg: use tar --owner=root
authorMichal Marek <mmarek@suse.cz>
Tue, 24 Nov 2009 15:11:37 +0000 (09:11 -0600)
committerMichal Marek <mmarek@suse.cz>
Sat, 12 Dec 2009 12:08:15 +0000 (13:08 +0100)
commit91d161857ce9672bd2a8cd99ff712a67186e2e76
tree61818dcc6c8dc6d5b76012996c355e5c29dba325
parent8723eaeff59a5146326288392f08be4c894fdad7
scripts/package: tar-pkg: use tar --owner=root

Use the --owner= and --group= options to make sure the entries in
the built tar file are owned by root.  Without this change, a
careless sysadmin using the tar-pkg target can easily end up
installing a kernel that is writable by the unprivileged user
account used to build the kernel.

Test that these options are understood before using them so that
non-GNU versions of tar can still be used if the operator is
appropriately cautious.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/buildtar