summaryrefslogtreecommitdiff
path: root/modules/pt_chown
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-21 16:53:56 +0100
committerBruno Haible <bruno@clisp.org>2010-03-21 16:53:56 +0100
commiteae8e44ccfca3e367df3be11c3f5de48c4302093 (patch)
treebb68d9e44b004398d1833b50a81ba20a23f33fda /modules/pt_chown
parentfc4d0a0d1a254bef517b84ddd5ca4c1f4627e039 (diff)
downloadgnulib-eae8e44ccfca3e367df3be11c3f5de48c4302093.tar.gz
New module 'pt_chown'.
Diffstat (limited to 'modules/pt_chown')
-rw-r--r--modules/pt_chown25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/pt_chown b/modules/pt_chown
new file mode 100644
index 0000000000..8cae3d148f
--- /dev/null
+++ b/modules/pt_chown
@@ -0,0 +1,25 @@
+Description:
+Helper program for setting the owner of the slave side of a pseudo-terminal.
+
+Files:
+lib/pt_chown.c
+lib/pty-private.h
+
+Depends-on:
+idpriv-drop
+ptsname
+
+configure.ac:
+
+Makefile.am:
+# TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s).
+pkglibexec_PROGRAMS = pt_chown
+pt_chown_LDADD = libgnu.a
+
+Include:
+
+License:
+LGPL
+
+Maintainer:
+glibc