diff options
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index eb55145a..c4b694ed 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -424,7 +424,7 @@ exit 0 %endif # Make sure that the uprobes module can be built by root and by the server -%attr(07754,root,stap-server) %{_datadir}/%{name}/runtime/uprobes +%attr(0775,root,stap-server) %{_datadir}/%{name}/runtime/uprobes %files runtime %defattr(-,root,root) |