projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd02d7a
)
Add missing pow_inherit flag to list of settable/clearable attribute flags
author
Ari Johnson
<ari@theari.com>
Wed, 7 Jan 2009 06:44:57 +0000
(06:44 +0000)
committer
Ari Johnson
<ari@theari.com>
Wed, 7 Jan 2009 06:44:57 +0000
(06:44 +0000)
src/atr_tab.c
patch
|
blob
|
history
diff --git
a/src/atr_tab.c
b/src/atr_tab.c
index 75ff246da95c85d00ef2b69657ba02ac451da4ad..dbc9076e43ae9821cb2815dbd247d3408a073e04 100644
(file)
--- a/
src/atr_tab.c
+++ b/
src/atr_tab.c
@@
-42,6
+42,7
@@
PTAB ptab_attrib;
PRIV attr_privs_set[] = {
{"no_command", '$', AF_NOPROG, AF_NOPROG},
{"no_inherit", 'i', AF_PRIVATE, AF_PRIVATE},
+ {"pow_inherit", 't', AF_POWINHERIT, AF_POWINHERIT},
{"private", 'i', AF_PRIVATE, AF_PRIVATE},
{"no_clone", 'c', AF_NOCOPY, AF_NOCOPY},
{"privilege", 'w', AF_PRIVILEGE, AF_PRIVILEGE},