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:
parent
46fcb04d36
commit
be93a3e156
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@
|
|||
./tmp
|
||||
./usr/tmp
|
||||
|
||||
# this one is for term(1)
|
||||
/set type=dir uid=0 gid=5 mode=775
|
||||
./usr/spool/locks
|
||||
|
||||
# Symlinks
|
||||
/set type=link uid=0 gid=0 mode=0777
|
||||
./dev/mouse
|
||||
|
|
Loading…
Reference in a new issue