Fix permissions for term(1)

LSC: Small correction, using the group name is not secure in cross-build
     setups, replaced by the numerical gid to ensure proper operation.

Change-Id: I7657b77f29eaa513fe24d8c4e2eb6de9afd53950
This commit is contained in:
Antoine Leca 2013-01-18 19:52:00 +00:00 committed by Lionel Sambuc
parent 46fcb04d36
commit be93a3e156

View file

@ -146,6 +146,10 @@
./tmp ./tmp
./usr/tmp ./usr/tmp
# this one is for term(1)
/set type=dir uid=0 gid=5 mode=775
./usr/spool/locks
# Symlinks # Symlinks
/set type=link uid=0 gid=0 mode=0777 /set type=link uid=0 gid=0 mode=0777
./dev/mouse ./dev/mouse