diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-13 19:43:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-11-13 22:51:40 +0100 |
| commit | cb6b19fdbf3e8822916a2925906e9caaff43bc8c (patch) | |
| tree | fcd84db167a821b6ca83b1159180751629183451 /wscript | |
| parent | 6c429da71c7bbb3045b57e11a7040126915b6a62 (diff) | |
Remove setuid root and use setcap instead in RPM packages.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -664,10 +664,6 @@ def create_version_cc(version, cxx_flags): def post(ctx): if ctx.cmd == 'install' and ctx.env.TARGET_LINUX: ctx.exec_command('/sbin/ldconfig') - # setuid root executable - exe = os.path.join(ctx.env['INSTALL_PREFIX'], 'bin/%s/dcpomatic2_disk_writer') - if os.path.exists(exe): - os.chmod(exe, 0o4755) def pot(bld): bld.recurse('src') |
