mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Install gnome-pty-helper setgid to tty instead of setuid to root.
This commit is contained in:
parent
ad38e05fb3
commit
da273dde80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96502
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= vte
|
||||
PORTVERSION= 0.11.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
|
||||
|
@ -23,8 +23,8 @@
|
||||
install-exec-hook:
|
||||
- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
||||
- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
||||
+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
||||
+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
||||
+ chown root:tty $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
||||
+ chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user